Project

General

Profile

« Previous | Next » 

Revision 77360286

Added by Katja Luther almost 3 years ago

ref #9680: adapt edtior to cdmlib changes in agent searches

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/agent/TeamDetailElement.java
127 127
	public void updateToggleable_collectorTitleCacheField() {
128 128
        boolean pushedState = toggleable_collectorTitleCache.getState();
129 129

  
130
           getEntity().setCollectorTitleCache(toggleable_collectorTitleCache.getText(), pushedState);
131
           updateCacheRelevance();
130
        getEntity().setCollectorTitleCache(toggleable_collectorTitleCache.getText(), pushedState);
131
        updateCacheRelevance();
132 132

  
133 133
       if (!getEntity().isProtectedCollectorTitleCache()) {
134 134
           toggleable_collectorTitleCache.setText(getEntity().getCollectorTitleCache());

Also available in: Unified diff