Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 8a1d886d by Tony Chemit at 2023-05-04T19:08:20+02:00 update pom - - - - - 73b51860 by Tony Chemit at 2023-05-05T13:12:35+02:00 Impossible de saisir des captures LL observations en mode individuel - Closes #2681 - - - - - 2 changed files: - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/observation/SetCatchUIHandler.java - pom.xml Changes: ===================================== client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/observation/SetCatchUIHandler.java ===================================== @@ -345,9 +345,6 @@ public class SetCatchUIHandler extends GeneratedSetCatchUIHandler { boolean enableInlineModels = newValue && (ui.getModel().getStates().isReadingMode() || ui.getModel().getStates().isEditing()); getTableModel().inlineModels().keySet().forEach(i -> { i.setEditable(enableInlineModels); - if (!enableInlineModels) { - i.clear(); - } }); if (!newValue && ui.getMainTabbedPane().getSelectedIndex() > 1) { // go back to first tab ===================================== pom.xml ===================================== @@ -23,7 +23,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2023.17</version> + <version>2023.19</version> </parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/11a5da218b3f75282e4889b0d... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/11a5da218b3f75282e4889b0d... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)