Actions
Bug #104947
closedNewContentElementWizard group items position common not migrated
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The context is: As the NewContentElementWizard items are now registered automatically by TCA, the standard group is no more called "common" but "default". This is already migrated in the main feature patch. But we forgot to migrate the positional options before/after as well. So old definitions won't be placed correctly.
Updated by Nikita Hovratov 2 months ago
- Related to Feature #102834: Auto-registration of NewContentElementWizard via TCA added
Updated by Gerrit Code Review 2 months ago
- Status changed from New 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/+/86076
Updated by Nikita Hovratov about 2 months ago
- Has duplicate Bug #105237: newContentElement.wizardItems.*.after/before = common does not work added
Updated by Nikita Hovratov about 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4cd3dcaa453d1dc716b7d8dea2f33b0772b0154a.
Updated by Benjamin Franzke about 2 months ago
Reproduction example:
mod.wizards.newContentElement.wizardItems.my-example { header = My Example after = common show = * elements { myexample { title = My Example tt_content_defValues { CType = myexample } } } }
Actions