branch feature/11 created (now ea69c3e)
This is an automated email from the git hooks/post-receive script. New change to branch feature/11 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git at ea69c3e Impossible d'ouvrir l'opération de synthèse (Close #11) This branch includes the following new commits: new ea69c3e Impossible d'ouvrir l'opération de synthèse (Close #11) 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 ea69c3ece5f7dd8e4d69cee74129299c7feb6de6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:03:53 2016 +0100 Impossible d'ouvrir l'opération de synthèse (Close #11) -- 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/11 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit ea69c3ece5f7dd8e4d69cee74129299c7feb6de6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:03:53 2016 +0100 Impossible d'ouvrir l'opération de synthèse (Close #11) --- .../application/swing/ui/admin/report/ReportUIHandler.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java index e84bed0..82df7b2 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java @@ -78,11 +78,7 @@ public class ReportUIHandler extends AdminTabUIHandler<ReportUI> implements UIHa private static final TimeLog timeLog = new TimeLog(ReportUIHandler.class, 0, 1000); - private final Runnable revalidateTabUI; - - public ReportUIHandler() { - revalidateTabUI = getUi()::revalidate; - } + private Runnable revalidateTabUI; @Override public void afterInit(ReportUI ui) { @@ -90,7 +86,7 @@ public class ReportUIHandler extends AdminTabUIHandler<ReportUI> implements UIHa if (log.isDebugEnabled()) { log.debug(" specialized for [" + ui.getStep() + "] for main ui " + parentUI.getClass().getName() + "@" + System.identityHashCode(this.ui)); } - + revalidateTabUI = ui::revalidate; UIHelper.setLayerUI(ui.getContent(), parentUI.getConfigBlockLayerUI()); ReportModel stepModel = getStepModel(); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm