branch feature/7075 updated (bfd6a85 -> 86c11dd)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7075 in repository observe. See http://git.codelutin.com/observe.git from bfd6a85 refs #7073 : Ajout de la clés de traduction manquante. new 86c11dd refs #7075 : passé le modèle des paniers a l'état modifier lors de l'application d'un autre template. 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 86c11ddc94198c085f26f24348a3900364d8c755 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 6 16:52:18 2015 +0200 refs #7075 : passé le modèle des paniers a l'état modifier lors de l'application d'un autre template. Summary of changes: .../java/fr/ird/observe/ui/content/impl/longline/BasketsTableModel.java | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/7075 in repository observe. See http://git.codelutin.com/observe.git commit 86c11ddc94198c085f26f24348a3900364d8c755 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 6 16:52:18 2015 +0200 refs #7075 : passé le modèle des paniers a l'état modifier lors de l'application d'un autre template. --- .../java/fr/ird/observe/ui/content/impl/longline/BasketsTableModel.java | 1 + 1 file changed, 1 insertion(+) diff --git a/observe-swing/src/main/java/fr/ird/observe/ui/content/impl/longline/BasketsTableModel.java b/observe-swing/src/main/java/fr/ird/observe/ui/content/impl/longline/BasketsTableModel.java index 9bbde7e..434bf81 100644 --- a/observe-swing/src/main/java/fr/ird/observe/ui/content/impl/longline/BasketsTableModel.java +++ b/observe-swing/src/main/java/fr/ird/observe/ui/content/impl/longline/BasketsTableModel.java @@ -163,6 +163,7 @@ public class BasketsTableModel extends LonglineCompositionTableModelSupport<Bask newTemplate.applyToBaskets(data); fireTableRowsUpdated(0, getRowCount() - 1); + setModified(true); } } \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm