Project

General

Profile

« Previous | Next » 

Revision 85260729

Added by Patrick Plitzner about 9 years ago

  • fixed #4629 (Remove "+" symbol after section title after the last collection item is removed)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionSection.java
182 182

  
183 183
	/**
184 184
	 * Call this method after dynamically changing the client area.
185
	 * If the options changed is set to true, will also fire a state changed
185
	 * If the options changed is set to <code>true</code>, will also fire a state changed
186 186
	 * event to inform the user of unsaved changes.
187 187
	 *
188 188
	 * @param changed a boolean.
189 189
	 */
190 190
	protected void internalUpdateSection(boolean changed){
191
	    setSectionTitle();
191 192
		destroyDynamicContent();
192 193
		if(isExpanded() || expandSectionWhenContentAvailable()) {
193 194
            renderContent(isExpanded());

Also available in: Unified diff