-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Remove auto created system fields from TCA
Close #1280
- Loading branch information
Showing
14 changed files
with
48 additions
and
523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Configuration/TCA/Overrides/tx_sfeventmgt_domain_model_location.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
defined('TYPO3') or die(); | ||
|
||
// Enable language synchronisation for some fields | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_location']['columns']['starttime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_location']['columns']['endtime']['config']['behaviour']['allowLanguageSynchronization'] = true; |
7 changes: 7 additions & 0 deletions
7
Configuration/TCA/Overrides/tx_sfeventmgt_domain_model_organisator.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
defined('TYPO3') or die(); | ||
|
||
// Enable language synchronisation for some fields | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_organisator']['columns']['starttime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_organisator']['columns']['endtime']['config']['behaviour']['allowLanguageSynchronization'] = true; |
8 changes: 8 additions & 0 deletions
8
Configuration/TCA/Overrides/tx_sfeventmgt_domain_model_priceoption.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
defined('TYPO3') or die(); | ||
|
||
// Enable language synchronisation for some fields | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_priceoption']['columns']['starttime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_priceoption']['columns']['endtime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_priceoption']['columns']['fe_group']['config']['behaviour']['allowLanguageSynchronization'] = true; |
8 changes: 8 additions & 0 deletions
8
Configuration/TCA/Overrides/tx_sfeventmgt_domain_model_registration_field.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
defined('TYPO3') or die(); | ||
|
||
// Enable language synchronisation for some fields | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_registration_field']['columns']['starttime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_registration_field']['columns']['endtime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_registration_field']['columns']['fe_group']['config']['behaviour']['allowLanguageSynchronization'] = true; |
7 changes: 7 additions & 0 deletions
7
Configuration/TCA/Overrides/tx_sfeventmgt_domain_model_speaker.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
defined('TYPO3') or die(); | ||
|
||
// Enable language synchronisation for some fields | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_speaker']['columns']['starttime']['config']['behaviour']['allowLanguageSynchronization'] = true; | ||
$GLOBALS['TCA']['tx_sfeventmgt_domain_model_speaker']['columns']['endtime']['config']['behaviour']['allowLanguageSynchronization'] = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.