Skip to content
Snippets Groups Projects

Feature upgrade to9 lts

Merged Kevin Ditscheid requested to merge feature_UpgradeTo9LTS into master
Compare and Show latest version
2 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -221,6 +221,8 @@ call_user_func(
$newFields = 'tx_sgaccount_images, tx_sgaccount_emails';
$GLOBALS['TCA'][$table]['columns']['name']['config']['readOnly'] = TRUE;
if (ExtensionManagementUtility::isLoaded('static_info_tables')) {
$newColumns['tx_sgaccount_static_info_country'] = [
'exclude' => TRUE,
Loading