Project

General

Profile

Actions

Bug #104947

closed

NewContentElementWizard group items position common not migrated

Added by Nikita Hovratov 2 months ago. Updated about 1 month ago.

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #102834: Auto-registration of NewContentElementWizard via TCAClosed2024-01-14

Actions
Has duplicate TYPO3 Core - Bug #105237: newContentElement.wizardItems.*.after/before = common does not workClosed2024-10-08

Actions
Actions #1

Updated by Nikita Hovratov 2 months ago

  • Related to Feature #102834: Auto-registration of NewContentElementWizard via TCA added
Actions #2

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

Actions #3

Updated by Nikita Hovratov about 2 months ago

  • Description updated (diff)
Actions #4

Updated by Nikita Hovratov about 2 months ago

  • Has duplicate Bug #105237: newContentElement.wizardItems.*.after/before = common does not work added
Actions #5

Updated by Nikita Hovratov about 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

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 #7

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF