-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Since 'recurrence overrides' only makes sense if you have selected something in 'recurrence' and 'userdefined recurrence' only if 'recurrence' is set to 'user defined', should not the fields in the TCA be displayed / swirled accordingly by displayCond?
By adding to field 'recurrence':
'onChange' => 'reload'
By adding to all 'ud_fields':
'displayCond' => [
'AND' => [
'FIELD:eventtype:REQ:TRUE',
'FIELD:recurrence:=:7'
],
]
By adding to 'recurrence_updated_behavior' and 'newsrecurrence':
'displayCond' => [
'AND' => [
'FIELD:eventtype:REQ:TRUE',
'FIELD:recurrence:>:0'
],
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels