Project

General

Profile

Task #98464

Updated by Nikita Hovratov over 1 year ago

Issue with caching links, if ATagTitle is *not* included in the hash. 

 <pre> 
 page.1000 = HMENU 
 page.1000 { 
   special = list 
   special.value = 212 

   1 = TMENU 
   1 { 
     NO = 1 
   } 
 } 

 page.1001 = HMENU 
 page.1001 { 
   special = list 
   special.value = 212 

   1 = TMENU 
   1 { 
     NO = 1 
     NO { 
       // Same link, but with ATagTitle set to the abstract field 
       ATagTitle.field = abstract  
     } 
   } 
 } 
 </pre>

Back