Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: a64ad720 by Tony Chemit at 2020-12-17T22:43:45+01:00 [LL][Logbooks] Pêche / Onglet cyalumes - Closes #1677 - - - - - 1 changed file: - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/SetUIHandler.java Changes: ===================================== client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/SetUIHandler.java ===================================== @@ -118,19 +118,22 @@ class SetUIHandler extends GeneratedSetUIHandler { SetDto tableEditBean = getModel().getStates().getBean(); if (Objects.equals(true, newValue)) { - // depredated + // with lightsticks ui.getTotalLightsticksCount().setEnabled(true); ui.getLightsticksType().setEnabled(true); ui.getLightsticksColor().setEnabled(true); + ui.getLightsticksPerBasketCount().setEnabled(true); } else { - // not depredated + // without lightsticks ui.getTotalLightsticksCount().setEnabled(false); ui.getLightsticksType().setEnabled(false); ui.getLightsticksColor().setEnabled(false); + ui.getLightsticksPerBasketCount().setEnabled(false); tableEditBean.setTotalLightsticksCount(null); tableEditBean.setLightsticksType(null); tableEditBean.setLightsticksColor(null); + tableEditBean.setLightsticksPerBasketCount(null); } } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/a64ad7200f18f562af17771bb4... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/a64ad7200f18f562af17771bb4... You're receiving this email because of your account on gitlab.com.