Actions
Bug #84705
closedlib.fluidContent should be a reference to lib.contentElement
Start date:
2018-04-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
lib.fluidContent is defined for compatibility with CMS7 in CMS8 and was
created by a copy of lib.contentElement.
To make sure changes to lib.fluidContent or lib.contentElement are
recognized by each other lib.contentElement should not be copied to
lib.fluidContent instead it's defined by a reference now.
Updated by Gerrit Code Review over 6 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/56642
Updated by Benjamin Kott over 6 years ago
- Status changed from Under Review to Rejected
risk is too high breaking existing instances relying on lib.fluidContent, this change is a massive change of behavior.
to protect existing instances we will not change this behavior for current LTS.
if someone wants that behavior its easy to integrate for themselves.
Actions