Skip to content

recurrence displayCond #6

@stephangrass

Description

@stephangrass

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'
        ],
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions