branch develop-5.x updated (49ffee3 -> 2fc4c04)
This is an automated email from the git hooks/post-receive script. New change to branch develop-5.x in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 49ffee3 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 2fc4c04 Problèmes de fiabilité/rafraichissement sur le formulaire LL Captures (fixes #8859) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2fc4c044ac308681298b395d9cc746e62e23dd97 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Dec 14 08:09:14 2016 +0100 Problèmes de fiabilité/rafraichissement sur le formulaire LL Captures (fixes #8859) Summary of changes: .../ui/content/table/impl/longline/CatchLonglineUIHandler.java | 9 +++++++++ 1 file changed, 9 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop-5.x in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 2fc4c044ac308681298b395d9cc746e62e23dd97 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Dec 14 08:09:14 2016 +0100 Problèmes de fiabilité/rafraichissement sur le formulaire LL Captures (fixes #8859) --- .../ui/content/table/impl/longline/CatchLonglineUIHandler.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/longline/CatchLonglineUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/longline/CatchLonglineUIHandler.java index 9d06255..96d62ac 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/longline/CatchLonglineUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/longline/CatchLonglineUIHandler.java @@ -620,6 +620,15 @@ public class CatchLonglineUIHandler extends ContentTableUIHandler<SetLonglineCat CatchLonglineUIModel model = getModel(); + // On supprime l'entrée sélectionnée dans le tableau + getTableModel().setSelectedRow(-1); + + // On vide les tableaux de taille + model.getSizeMeasuresTableModel().clear(); + + // On vide les tableaux de poids + model.getWeightMeasuresTableModel().clear(); + loadReferentialReferenceSetsInModel(form); model.setForm(form); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm