Project

General

Profile

task #6702

Updated by Andreas Kohlbecker almost 7 years ago

 
 ## 1. check name render part definitions 

 The name render part definitions have changed #6700 and need to be updated. 
 To check for invalid part definitions: 

 ~~~ 
 dataportals-drush rq --severity=2  
 ~~~ 

 And check for    'Name render part Error' 

 For most situations the following update procedure should work: 

 1. go to the layout settings 
 1. check name render part definitions  
   1. if "old part definition pre 3.8.0 or 4.8.0" --> clear the part definition and press "save". 
   1. if "custom part definition": 
    1. delete `#DEFAULT` and `ZoologicalName` or `BotanicalName` and keep the part definition which corresponds to the nature of the portal (botantical or zoological). 
    1. rename the kept part definition to `TaxonName` and press the "Save" Button. Compare the `TaxonName` with the default by using the diff function. Your should be done after this step.

Back