Actions
Bug #76046
closedAfter 7.6.6 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes fails
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Having works like a charm (7.6.5):
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('pages','tx_xxxxxxx', '', 'after:doktype');
....but upgrading to 7.6.6 tx_xxxxxxx is not inserted after doctype :-(
I little investegation points me to a little change in TYPO3\CMS\Core\Utility\ExtensionManagementUtility.php:
In 7.6.6 it is:
$pattern = ('/(^|,\\s*)(' . preg_quote($positionName, '/') . ')(;[^,$]+)?(,|$)/');
In 7.6.5 it is:
$pattern = ('/(^|,\\s*)(' . $positionName . ')(;[^,$]+)?(,|$)/');
Updated by Markus Klein over 8 years ago
- Status changed from New to Closed
- Target version deleted (
next-patchlevel)
Duplicate
Actions