Project

General

Profile

« Previous | Next » 

Revision 957dce80

Added by Katja Luther about 5 years ago

ref #7717: parse field should not be updated if it is the event source

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/DateDetailSection.java
199 199
            }
200 200
        }
201 201
		updateTitle();
202
		updateParseField();
202
		if (!(eventSource == getText_parseText())){
203
		    updateParseField();
204
		}
203 205
		firePropertyChangeEvent(new CdmPropertyChangeEvent(this, null));
204 206
	}
205 207

  

Also available in: Unified diff