Breaking: #109153 - Obsolete pages-only new record wizard removed
See forge#109153
Description
The page creation wizard introduced with forge#108915 replaced the legacy "pages only" position selection flow of the records module. Its now unused predecessors have been removed:
- The backend route
db_(pathnew_ pages /record/new-page). - The page TSconfig option
mod..wizards. new Record. pages. show. page Select Position
Impact
Linking to the
db_ route raises an error. The page TSconfig
option
mod. no longer
has any effect.
Affected installations
Instances with third-party extensions that link to the
db_
route, or set the
page page TSconfig option.
Such extensions are quite rare, and a left over page TSconfig shouldn't harm.
Migration
Use the page creation wizard instead. New pages are created through the
db_ route and the typo3-backend-new-page-wizard-button component,
which guide position and page type selection. No replacement for
Page or the
page option is needed.