Project

General

Profile

« Previous | Next » 

Revision fd3565e6

Added by Katja Luther almost 6 years ago

fix #5687: matchmode needs to be BEGINNING for identifier search

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/NamedAreaSelectionDialog.java
95 95
	        String title, boolean multi, NamedArea namedArea, Object preferenceId, UUID... preselectedVocabularyUuids) {
96 96
		super(shell, //conversation,
97 97
		        title, multi, NamedAreaSelectionDialog.class.getCanonicalName(), namedArea);
98
		this.preferenceID = preferenceId;
98
//		this.preferenceID = preferenceId;
99 99
		preselectedVocabularies = new ArrayList<TermVocabulary>();
100 100
		for(int i=0;i<preselectedVocabularyUuids.length;i++){
101 101
			TermVocabulary preselectedVocabulary = CdmStore.getService(IVocabularyService.class).find(preselectedVocabularyUuids[i]);

Also available in: Unified diff