Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
8a1d886d
by Tony Chemit at 2023-05-04T19:08:20+02:00
-
73b51860
by Tony Chemit at 2023-05-05T13:12:35+02:00
2 changed files:
- client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/observation/SetCatchUIHandler.java
- pom.xml
Changes:
| ... | ... | @@ -345,9 +345,6 @@ public class SetCatchUIHandler extends GeneratedSetCatchUIHandler { |
| 345 | 345 | boolean enableInlineModels = newValue && (ui.getModel().getStates().isReadingMode() || ui.getModel().getStates().isEditing());
|
| 346 | 346 | getTableModel().inlineModels().keySet().forEach(i -> {
|
| 347 | 347 | i.setEditable(enableInlineModels);
|
| 348 | - if (!enableInlineModels) {
|
|
| 349 | - i.clear();
|
|
| 350 | - }
|
|
| 351 | 348 | });
|
| 352 | 349 | if (!newValue && ui.getMainTabbedPane().getSelectedIndex() > 1) {
|
| 353 | 350 | // go back to first tab
|
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | <parent>
|
| 24 | 24 | <groupId>io.ultreia.maven</groupId>
|
| 25 | 25 | <artifactId>pom</artifactId>
|
| 26 | - <version>2023.17</version>
|
|
| 26 | + <version>2023.19</version>
|
|
| 27 | 27 | </parent>
|
| 28 | 28 | <groupId>fr.ird.observe</groupId>
|
| 29 | 29 | <artifactId>ird-observe</artifactId>
|