Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: f8d6ef63 by tchemit at 2019-02-19T16:31:43Z Equipement bateau, bug sur suppression de caractéristique - Closes #1232 - - - - - 2 changed files: - client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/GearUseFeaturesLonglineUIHandler.java - client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/GearUseFeaturesSeineUIHandler.java Changes: ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/GearUseFeaturesLonglineUIHandler.java ===================================== @@ -243,6 +243,7 @@ public class GearUseFeaturesLonglineUIHandler extends ContentTableUIHandler<Trip return; } + UIHelper.stopEditing(ui.getMeasurementsTable()); tableModel.removeSelectedRow(); } ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/GearUseFeaturesSeineUIHandler.java ===================================== @@ -246,6 +246,7 @@ public class GearUseFeaturesSeineUIHandler extends ContentTableUIHandler<TripSei return; } + UIHelper.stopEditing(ui.getMeasurementsTable()); tableModel.removeSelectedRow(); } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/f8d6ef6391e8372b2d5cf79669e1... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/f8d6ef6391e8372b2d5cf79669e1... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT