Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 3ae3e01e by tchemit at 2019-02-14T13:11:19Z add missing i18n key - - - - - de8269ea by tchemit at 2019-02-14T13:11:36Z [PS] La suppression d'éléments dans Calée/Estimation du banc ne fonctionne pas - closes #1222 - - - - - 2 changed files: - client-core/src/main/java/fr/ird/observe/client/ui/content/table/ContentTableUIHandler.java - validation/src/main/i18n/getters/validation-messages.getter Changes: ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/table/ContentTableUIHandler.java ===================================== @@ -331,7 +331,7 @@ public abstract class ContentTableUIHandler<E extends IdDto, D extends IdDto, U U ui = getUi(); - if (getModel().isModified() || getModel().isCanSaveRow()) { + if (!getTableModel().isEmpty() && (getModel().isModified() || getModel().isCanSaveRow())) { // flush modified line to model getTableModel().updateRowFromEditBean(); ===================================== validation/src/main/i18n/getters/validation-messages.getter ===================================== @@ -5,7 +5,6 @@ observe.validation.catchLongline.required.count.when.acquisitionModeIsGrouped observe.validation.catchLongline.required.position observe.validation.field.mandatory observe.validation.floatingObject.invalid.parts -observe.validation.floatingObject.required.comment.for.balise1 observe.validation.floatingObject.required.comment.for.balise2 observe.validation.floatingObject.size.supportVesselName observe.validation.lengthFormula.endDate.before.startDate View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/eb1a6dd5da45cd6d579773125e2... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/eb1a6dd5da45cd6d579773125e2... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT