Feature #37939
closeddisplayCond should allow multiple conditions/checks
0%
Description
In some cases it would be good to have at least basic support for multiple conditions. Since afaik multiple displayCond-entries in flexform are a problem, we would need to find a syntax within one displayCond-entry to check for two or more things at once (if "a selected and b selected" or so).
Updated by Stefan Neufeind over 12 years ago
about #18211: Sort of, I agree. Didn't find that one until now.
The only point is that you can't write "arrays" into flexform-XML. So if 18211 goes in imho we'd need to check it can also be configured in XML-notation. Leave this here as a separate bug for follow-up after the other thing is merged? Or add a comment to 18211 and close this one here as duplicate?
Updated by Jigal van Hemert over 12 years ago
- Status changed from New to Needs Feedback
@Stefan: what do you mean by 'you can't write "arrays" into flexform-XML'? Arrays are used for making selectorbox items:
<config> <type>select</type> <items type="array"> <numIndex index="0" type="array"> <numIndex index="0">Label1</numIndex> <numIndex index="1">Value1</numIndex> </numIndex> <numIndex index="1" type="array"> <numIndex index="0">Label2</numIndex> <numIndex index="1">Value2</numIndex> </numIndex> </items> </config>
Updated by Stefan Neufeind over 12 years ago
Oh yes sure, it's doable that way. I just wasn't sure how those nested displayCond-statements would look like. It could work / be made working :-)
Updated by Christian Kuhn over 11 years ago
- Status changed from Needs Feedback to Resolved
Resolved as dupe of #18211 for now.