kaystrobach / TYPO3.piwikintegration

Piwik backend integration for TYPO3
http://forge.typo3.org/projects/extension-piwikintegration/
GNU General Public License v2.0
6 stars 10 forks source link

Update TCA to prevent TCA migration and to improve performance #61

Closed Chrissitopher closed 7 years ago

Chrissitopher commented 9 years ago

Running piwikintegration currently forces a TCA migration for the field be_user.tx_piwikintegration_api_code.

The full message reads:

Automatic TCA migration done during bootstrap. Please adapt TCA accordingly, these migrations will be removed. The backend module "Configuration -> TCA" shows the modified values. Please adapt these areas:

The field definition should be moved to Configuration/TCA and updated.

kaystrobach commented 8 years ago

kannst du dir das mal ansehen? - wäre super, ich bin die woche auf der t3uxw und kann es nicht versprechen

Chrissitopher commented 7 years ago

The issue is caused by the TCA changes in ext_tables.php and especially by the line 'tx_piwikintegration_api_code;;;;1-1-1' in the call to \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes(). The part ;;;;1-1-1 is superfluous.

I'll try fixing the whole migration thing.

kaystrobach commented 7 years ago

Wenn nicht, gib Bescheid, das ist dchnell gemacht

Chrissitopher commented 7 years ago

Ehh, I already pushed the commit... ;-)

https://github.com/Chrissitopher/TYPO3.piwikintegration/commit/279e0c638bef342475cc9694a391fb824fbbc53b

Du musst den nur noch mergen. ;-)

kaystrobach commented 7 years ago

Pr bitte 😉

Chrissitopher commented 7 years ago

=> #88! 😉