From bb9391b63bc5ebb29a3e21191ceed88ab1d67eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 19 Jun 2019 11:45:57 +0200 Subject: [PATCH] Remove unsupported tca config --- ...oducts_domain_model_staticsearchparams.php | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php diff --git a/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php b/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php deleted file mode 100644 index 5bc2612d..00000000 --- a/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php +++ /dev/null @@ -1,30 +0,0 @@ - [ - 'exclude' => 0, - 'label' => 'Deeplink', - 'config' => [ - 'type' => 'user', - 'userFunc' => \EP\EpTheme\Userfuncs\Tca::class . '->getDeeplinkForStaticSearchparams', - ] - ] - ]; - - \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns( - 'tx_epproducts_domain_model_staticsearchparams', - $temporaryColumns - ); - - \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes( - 'tx_epproducts_domain_model_staticsearchparams', - 'deeplink', - '', - 'before:name' - ); - -});