Project

General

Profile

« Previous | Next » 

Revision 828e0012

Added by Katja Luther almost 3 years ago

ref #9373: adapt detail elements to enable/disable possibility of toggleable text fields

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonBaseDetailElement.java
122 122
	@Override
123 123
	protected void updateContent() {
124 124
		super.updateContent();
125
		toggleable_cache.setEnabled(getEntity().isProtectedTitleCache());
125
		toggleable_cache.setCacheEnabled(getEntity().isProtectedTitleCache());
126 126
		updateCacheRelevance();
127 127
	}
128 128

  

Also available in: Unified diff