Project

General

Profile

« Previous | Next » 

Revision ec4a9eb1

Added by Katja Luther almost 3 years ago

ref #9287: adapt all toggleable text fields to enableCache

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonOfRelationshipElement.java
57 57
	@Override
58 58
	protected void updateContent() {
59 59
		super.updateContent();
60
		toggleable_cache.setEnabled(getEntity().isProtectedTitleCache());
60
		toggleable_cache.setCacheEnabled(getEntity().isProtectedTitleCache());
61 61
		updateCacheRelevance();
62 62
		firePropertyChangeEvent(getEntity());
63 63
	}

Also available in: Unified diff