Separate survey list controls from editor view
This commit is contained in:
@@ -12,9 +12,6 @@ $GLOBALS['TL_DCA']['tl_survey_content'] = [
|
||||
'dataContainer' => DC_Table::class,
|
||||
'ptable' => 'tl_survey',
|
||||
'enableVersioning' => true,
|
||||
'onload_callback' => [
|
||||
[SurveyDcaListener::class, 'restrictSurveyContentEditing'],
|
||||
],
|
||||
'onsubmit_callback' => [
|
||||
[SurveyDcaListener::class, 'touchSurveyContentParent'],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user