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/name/AuthorshipDetailElement.java
125 125

  
126 126
		super.updateContent();
127 127
		if (toggleable_cache != null){
128
    		toggleable_cache.setEnabled(getEntity().isProtectedAuthorshipCache());
128
    		toggleable_cache.setCacheEnabled(getEntity().isProtectedAuthorshipCache());
129 129
    		updateCacheRelevance();
130 130
		}
131 131
	}

Also available in: Unified diff