Skip to content
Snippets Groups Projects
Commit b33083a4 authored by Andreas Kienast's avatar Andreas Kienast
Browse files

[TASK] Add methods to switch MSW steps programatically

The module `@typo3/backend/multi-step-wizard` now has two additional
methods to allow switching to the previous or next step programatically:

* `previous()`
* `next()`

The current jQuery hack in EXT:form's wizard is now using the introduced
`next()` version.

Resolves: #103280
Releases: main
Change-Id: I50e6e3f499ddbf50a912bc6f5b7d2c557c45e9b5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83210


Tested-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: default avatarAndreas Nedbal <andy@pixelde.su>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: default avatarAndreas Nedbal <andy@pixelde.su>
parent 4b54ba62
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment