Actions
Bug #76929
closedFlexForm displayCond not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-07-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
#tce #flexforms #displayCond
Complexity:
Is Regression:
No
Sprint Focus:
Description
displayCondition in FlexForm of pi_flexform-field of table tt_content has no effect
ext_tables.php
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue( '*', 'FILE:EXT:my_ext/Configuration/FlexForms/textmedia.xml', 'textmedia' );
textmedia.xml
<displayCond> <numIndex index="0">FIELD:imageorient:=:100</numIndex> </displayCond>
Actions