branch feature/6 created (now a0d033f)
This is an automated email from the git hooks/post-receive script. New change to branch feature/6 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git at a0d033f Bien réinitialiser le modèle lors d'un reset (Closes #6) This branch includes the following new commits: new a0d033f Bien réinitialiser le modèle lors d'un reset (Closes #6) 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 a0d033f32ad82b62f7e445cfd11714e637587dfb Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 11:16:55 2016 +0100 Bien réinitialiser le modèle lors d'un reset (Closes #6) -- 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 feature/6 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit a0d033f32ad82b62f7e445cfd11714e637587dfb Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 11:16:55 2016 +0100 Bien réinitialiser le modèle lors d'un reset (Closes #6) --- .../application/swing/ui/content/ref/ContentReferenceUIHandler.java | 1 + 1 file changed, 1 insertion(+) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUIHandler.java index e2cef8a..1c3e9c9 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUIHandler.java @@ -503,6 +503,7 @@ public class ContentReferenceUIHandler<E extends ReferentialDto, U extends Conte // nothing has changed just after starting editing ui.getValidator().setChanged(false); + ui.getModel().setModified(false); } } else { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm