This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 8f06be37ffc4a1fff5d64cc3196118c8a4bdf1bb Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 21 12:14:54 2015 +0200 Ajout des informations techniques sur l'écran de consultation / édition d'un référentiel + chargement au bon moment des données --- .../fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java index 3ac3035..7820f1b 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java @@ -419,7 +419,7 @@ public class ContentReferenceUIHandler<E extends ReferentialDto> extends Content content.add(new JLabel(t("observe.common.topiaVersion"))); content.add(new JLabel(String.valueOf(bean.getVersion()))); - SpringUtilities.makeCompactGrid(content, 3, 2, 5, 5, 5, 5); + SpringUtilities.makeCompactGrid(content, 4, 2, 5, 5, 5, 5); Decorator<E> decorator = getDecoratorService().getDecoratorByType(getBeanType()); @@ -456,8 +456,6 @@ public class ContentReferenceUIHandler<E extends ReferentialDto> extends Content } }); - uiInitializer.referentialDataUpdated(); - // UIHelper.getLayer(ui.getEditKeyTable()).setUI(ui.getEditKeyTableLayerUI()); } @@ -467,6 +465,9 @@ public class ContentReferenceUIHandler<E extends ReferentialDto> extends Content ContentReferenceUIModel<E> model = getModel(); + // Chargement des données + uiInitializer.referentialDataUpdated(); + ContentReferenceUI<E> ui = getUi(); if (I18nReferentialDto.class.isAssignableFrom(model.getBeanType())) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.