Project

General

Profile

« Previous | Next » 

Revision a174673d

Added by Katja Luther about 6 years ago

better handling of updating misapplied names

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonBaseDetailElement.java
60 60
	/** {@inheritDoc} */
61 61
	@Override
62 62
	protected void createControls(ICdmFormElement formElement, TaxonBase entity, int style) {
63
			toggleable_cache = formFactory.createToggleableTextField(formElement,
63

  
64
		toggleable_cache = formFactory.createToggleableTextField(formElement,
64 65
					"Title Cache", entity.getTitleCache(),
65 66
					entity.isProtectedTitleCache(), style);
66 67

  
......
147 148
		} else if (eventSource == text_secundum_microreference) {
148 149
            getEntity().setSecMicroReference(text_secundum_microreference.getText());
149 150
		} else if (eventSource == checkbox_published) {
150
		    ((Taxon)getEntity()).setPublish(checkbox_published.getSelection());
151
		    getEntity().setPublish(checkbox_published.getSelection());
151 152
		} else if(eventSource == combo_relationshipType){
152 153
            ((Synonym) getEntity()).setType(combo_relationshipType.getSelection());
153 154
        } else if(eventSource == checkPartial){

Also available in: Unified diff