Project

General

Profile

« Previous | Next » 

Revision 40ffaa10

Added by Cherian Mathew almost 11 years ago

UseRecordDetailElement : FIXME tag for 'Uses' code
SpecimenTypeDesignationElement : updated construction of DervivedUnit using default SpecimenOrObservationType
ScopeRestrictionSection : updated construction of DefinedTerm using default TermType
AbstractOriginalSourceElement : added combo list for OriginalSourceTypes
IdentifiableSourceElement : added interaction update code for the new OriginalSourceType combo list
SourceSection : changed construction of IdentifiableSource from a dialog to a default type

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/key/ScopeRestrictionSection.java
31 31

  
32 32
	@Override
33 33
	public DefinedTerm createNewElement() {		
34
		return DefinedTerm.NewInstance(TermType.Scope);
34
		return DefinedTerm.NewInstance(TermType.Scope,"","Untitled","");
35 35
			
36 36
	}
37 37

  

Also available in: Unified diff