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>.