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/agent/PersonDetailElement.java
98 98
	@Override
99 99
	protected void updateContent() {
100 100
		super.updateContent();
101
		toggleable_cache.setEnabled(getEntity().isProtectedTitleCache());
101
		toggleable_cache.setCacheEnabled(getEntity().isProtectedTitleCache());
102 102
		updateCacheRelevance();
103 103
	}
104 104

  

Also available in: Unified diff