diff --git a/contao/dca/tl_content.php b/contao/dca/tl_content.php index e873bfaa29..39a60017d0 100644 --- a/contao/dca/tl_content.php +++ b/contao/dca/tl_content.php @@ -741,6 +741,7 @@ 'inputType' => 'select', 'options_callback' => array('tl_content', 'getForms'), 'eval' => array('mandatory'=>true, 'chosen'=>true, 'submitOnChange'=>true, 'tl_class'=>'w50 wizard'), + 'foreignKey' => 'tl_form.title', 'wizard' => array ( array('tl_content', 'editForm') @@ -751,6 +752,7 @@ ( 'inputType' => 'select', 'eval' => array('mandatory'=>true, 'chosen'=>true, 'submitOnChange'=>true, 'tl_class'=>'w50 wizard'), + 'foreignKey' => 'tl_module.name', 'wizard' => array ( array('tl_content', 'editModule')