-
Improvement
-
Resolution: Fixed
-
Major
-
4.4.0
-
None
-
None
-
4.5 M3
-
1 - Middle term
-
2 - Normal
When a disable condition is defined on a repeater, it is not used.
It should be possible to enable/disable a repeater.
Example :
<cms:repeater name="myRepeater" initial-size="0"> <cms:label i18n="false">Test Repeater</cms:label> <cms:description i18n="false">Test Repeater</cms:description> <cms:add-label i18n="false">Add</cms:add-label> <cms:del-label i18n="false">Del</cms:del-label> <disable-conditions> <condition id="conditionField" operator="neq">true</condition> </disable-conditions> … </cms:metadata>
[CMS-10766] make restrictions available on repeater
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Ready to merge [ 10208 ] | New: Resolved [ 5 ] |
Status | Original: Functional review OK [ 10207 ] | New: Ready to merge [ 10208 ] |
Assignee | Original: Raphaël Franchet [ raphael ] | New: Caroline Bayle [ cbayle ] |
Assignee | Original: Caroline Bayle [ cbayle ] | New: Raphaël Franchet [ raphael ] |
Status | Original: Available for review [ 10005 ] | New: Functional review OK [ 10207 ] |
Status | Original: In Progress [ 3 ] | New: Available for review [ 10005 ] |
Status | Original: Reopened [ 4 ] | New: In Progress [ 3 ] |
Status | Original: Ready to merge [ 10208 ] | New: Reopened [ 4 ] |
Les restrictions sur les repeaters ne prennent pas en compte ce qui dépend du type de contenu (voir
ODF-2938)