Actions
Bug #98527
closedSite module template requires EXT:extensionmanager
Start date:
2022-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
currently the template of sites module got
<em:be.trigger triggers="{triggers}" />
which makes ext:extensionmanager a depencency.
I see the following options:
- define ext:extensionmanager as dependency
- move the VH to EXT:backend
- check if the VH is actually needed here
Updated by Christian Kuhn about 2 years ago
it seems we can remove this VH from the template.
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75988
Updated by Christian Kuhn about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8de54ab22d966e3dab8b18abe7f148f2617fe7cb.
Actions