Actions
Bug #89679
closedpostProcContent hooks in felogin override each other
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2019-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
felogin implements the following hook to do "post processing" (like substitung markers):
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['postProcContent']
If multiple classes are present, that use this hooks, the content will always be overriden. - Only the changes in the last executed hook are visible.
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62325
Updated by Gerrit Code Review almost 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62941
Updated by Christian Eßl almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 525cde7e8dae532a7e5b692029a88e9295cb02ec.
Updated by Susanne Moog almost 5 years ago
- Has duplicate Task #89930: [BUGFIX] Only last postProcContent-hook is applied added
Actions