Project

General

Profile

bug #3737

Updated by Andreas Müller over 7 years ago

Some name protected caches do not really work as expected here. We need to test the protected cache behaviour by hand. 

 

 * rank is not colored but should 

 

 * if both, name.titleCache and name.nameCache are protected, switching the titleCache to unprotected results in no coloring of all nameparts like genus, specific Epi, etc. This is not correct. Correct behavior shows when no protected cache exists and only nameCache is set to protected. This means that the coloring depends on the previous state which is unwanted. Coloring should always be computed from the current state so behavior is always the same independent of a previours state    (a similar behavior has been observed for references: #4944) 


 


 Also for protected taxon.titleCache we may expect that the name fields will be colored (but maybe not organge) if the taxon titleCache is protected (see ideas for coloring strategy in #4944) 


 


 see also #4338, #3561, #4944 
 

Back