-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Up for discussionThis ticket will be up for discussion in one of our next callsThis ticket will be up for discussion in one of our next callsenhancementThis issue is about an enhancement (aka new feature)This issue is about an enhancement (aka new feature)
Milestone
Description
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
(
....
Metadata
Metadata
Assignees
Labels
Up for discussionThis ticket will be up for discussion in one of our next callsThis ticket will be up for discussion in one of our next callsenhancementThis issue is about an enhancement (aka new feature)This issue is about an enhancement (aka new feature)