ref #9939: fix layout issue
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / supplemental / AbstractSourcedEntityElement.java
index 45ed1ed2aee8179c518af791e103aef3ead94c4e..938db02977d9bde8fe3570b8e0ac74198e9d7f3f 100644 (file)
@@ -44,6 +44,7 @@ public abstract class AbstractSourcedEntityElement<T extends SingleSourcedEntity
                        selectionArbitrator = formFactory.createSelectionArbitrator(this);
                }
                this.isCommonNameReference = isCommonNameReference;
+               
 
 
        }
@@ -68,7 +69,7 @@ public abstract class AbstractSourcedEntityElement<T extends SingleSourcedEntity
             sourceElement.setEntity(entity.getSource());
 
         }
-
+        
        }
 
        @Override
@@ -85,6 +86,7 @@ public abstract class AbstractSourcedEntityElement<T extends SingleSourcedEntity
            this.label = sourceLabel;
            if (sourceElement != null){
                this.sourceElement.getReferenceSelectionElement().setLabel(sourceLabel);
+               this.sourceElement.refresh();
            }
        }