Project

General

Profile

Bug #92471

Updated by Grégory Duchesnes over 3 years ago

TYPO3 and Form 10.4.9, using the following variants  
 <pre> 

          

 @          variants: 
           - 
             identifier: hide-benefs 
             condition: 'contentObject["pid"] in [36]' 
             renderingOptions: 
               enabled: false 
 </pre> @ 

 results in  


 <pre>  

 @ 
 (1/1) Symfony\Component\ExpressionLanguage\SyntaxError 

 Variable "contentObject" is not valid around position 1 for expression `contentObject["pid"] in [36]`. 
 </pre> 


 @ 

 other conditions work

Back