Project

General

Profile

feature request #7707

Updated by Andreas Müller over 5 years ago

In #7705 the best way to handle i18n-title and titleCache in the UI for classes with "simple titleCache" (titleCache generated only from title field if not empty) is descriped. We should probably implement it the same way for other classes like Classification. 

 Also there are IdentifiableEntity someclasses which have similar but not equal data structures like  

  * DescriptionBase (an i18n title field is missing) 
  * DescriptiveDataSet (Set<Representation> instead of i18n title) 
  * FeatureTree (Set<Representation> instead of i18n title) 
  * Institution? ("name" is not i18n) 
  * Collection? ("name" is not i18n) 
  * PolytomousKey (no i18n title) 
  * maybe even TermBase? (uses Set<Representation> instead of i18n title) 

 => these probably need model change before implementation: #7708 #7707 
  

Back