- fixed #4629 (Remove "+" symbol after section title after the last collection item...
authorPatric Plitzner <p.plitzner@bgbm.org>
Mon, 23 Feb 2015 15:18:16 +0000 (15:18 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Mon, 23 Feb 2015 15:18:16 +0000 (15:18 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionSection.java

index 92cd0bf2d94cfe0eaa54e1bc53b206775edf8266..d349a64eed00b0506616e692277a58aa18a9e4ac 100644 (file)
@@ -182,12 +182,13 @@ public abstract class AbstractEntityCollectionSection<ENTITY, ELEMENT> extends A
 
        /**
         * Call this method after dynamically changing the client area.
-        * If the options changed is set to true, will also fire a state changed
+        * If the options changed is set to <code>true</code>, will also fire a state changed
         * event to inform the user of unsaved changes.
         *
         * @param changed a boolean.
         */
        protected void internalUpdateSection(boolean changed){
+           setSectionTitle();
                destroyDynamicContent();
                if(isExpanded() || expandSectionWhenContentAvailable()) {
             renderContent(isExpanded());