Project

General

Profile

« Previous | Next » 

Revision 46e677d2

Added by Katja Luther almost 3 years ago

ref #9572: set focus to titleCache of term tree details

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/feature/TermTreeDetailElement.java
62 62
	    if (entity.containsSubtrees()){
63 63
	        isFlat.setEnabled(false);
64 64
	    }
65
	    titleCacheText.setFocus();
65 66

  
66 67
	}
67 68

  
68 69
	@Override
69 70
	protected void updateControlStates() {
70 71
	    super.updateControlStates();
71
//	    toggleable_cache.setEnabled(getEntity().isProtectedTitleCache());
72
	    titleCacheText.setFocus();
72 73
	}
73 74

  
74 75
	@Override

Also available in: Unified diff