Project

General

Profile

task #8001

Updated by Andreas Müller about 3 years ago

 
 See class EditorPreferencePredicate 
 
 **PreferencePredicates moved to EditorPreferencePredicate:** 

  TaxonNodeOrder 
  NameDetailsView 
  IsRedList 
  DeterminationOnlyForFieldUnits 

 
  ShowMediaView 
  ShowTaxonNodeWizard 
  DisableMultiClassification 
  ShowChecklistPerspective 

  ShowIdInSource 
  ShowNamespaceInSource 



  //distribution editor 
  DistributionEditorActivated 
  AreasSortedByIdInVocabulary 
   
  DisplayOfStatus 
  DisplayOfAreasInDistributionEditor 
  OwnDescriptionForDistributionEditor 
  
  ShowRankInDistributionEditor 

 
  ShowImportExportMenu 
  AbcdImportConfig 
  BioCaseProvider 

     //specimen 
  ShowSpecimen 
  ShowTaxonAssociations 
  ShowLifeForm 

  DefaultBehaviourForPublishFlag 



 possible changes: 

 "model.taxon.TNO" => taxonnode.order 
 "model.editor.NDV" => ui.detailsview.name ??? 
 "editor.nameDetails.activated" = ?? 
 There are multiple name details view prdicates, which one is in use 


 "model.editor.DOFU" => specimen.xxx.determinationOnlyForFieldUnit 

 "views.showMediaView" = ui.mediaview.show 
 "views.showTaxonNodeWizard" = ui.taxonnodewizard.show 
 "menu.disableMultiClassification" = ?? 

 "perspective.checklist" = ui.perspective.default = "checklist" ?? 

 "sourceDetails.IdInSource" = ui.sources.idInSource.show (sollte aber ähnlich wie name details view funktionieren, also entweder String für alles oder Einzelwerte für jedes Attribut) 
 "sourceDetails.IdInSource" = ui.sources.nameInSource.show 

 "distribution.editor.activated" = distribution.editor.show 
 "distribution.editor.areas.displayAreas" = distribution.editor.areas.label 
 "distribution.area.terms" = distribution.areas.terms    (or should it be voc) 
 distribution.editor.distributionOwnDescription = distribution.editor.distributionOwnDescription 
 "distribution.editor.showRank" = distribution.editor.rank.show 

 io.showMenu =io.show 

 showSpecimen = specimen.show 


 ... 

 === 

 we may also check default values for preference predicates when implementing this ticket (this is a left over from #7902)

Back