From 6f15c3317fc9c490900f485a905c972ac7df5e26 Mon Sep 17 00:00:00 2001 From: Johannes Kreiner <johannes@sgalinski.de> Date: Tue, 4 Feb 2020 14:51:19 +0100 Subject: [PATCH] [BUGFIX] Allow ExperienceLevel records on standard pages --- ext_tables.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext_tables.php b/ext_tables.php index 2db4beea..e6602b19 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -40,6 +40,9 @@ call_user_func( \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages( 'tx_sgjobs_domain_model_department' ); + \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages( + 'tx_sgjobs_domain_model_experience_level' + ); // Register backend modules \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule( -- GitLab