Project

General

Profile

« Previous | Next » 

Revision a3c56b93

Added by Patrick Plitzner over 5 years ago

ref #7887 Use DTOs in term editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/editor/definedterm/operation/CreateTermVocabularyOperation.java
75 75
	   }
76 76

  
77 77
		termVocabulary = CdmStore.getService(IVocabularyService.class).save(termVocabulary);
78
		definedEditorInput.getVocabularies().add(termVocabulary);
78
		//FIXME: implement creation of term vocabularies
79
//		definedEditorInput.getVocabularies().add(termVocabulary);
79 80

  
80 81
		return postExecute(termVocabulary);
81 82
	}

Also available in: Unified diff