Skip to content

Option to automatically copy and delete elements in child tables #1406

Description

@zonky2

Option to automatically copy and delete elements in child tables is option set "has parent".

At this time, we can use own DCA snippet to realize this function - maybe we can add this and select with checkbox

$GLOBALS['TL_DCA']['mm_events'] = array
(
    'dca_config'      => array
    (
        'data_provider'  => array
        (
            'default' => array
            (
                'source' => 'mm_events'
            ),

            'mm_event_dates' => array
            (
                'source' => 'mm_event_dates'
            ),
        ),
        'childCondition' => array
        (
....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Up for discussionThis ticket will be up for discussion in one of our next callsenhancementThis issue is about an enhancement (aka new feature)

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions