-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[!!!][BUGFIX] Switch EXT:form hook to respect applied variants
The previously used hook `afterFormStateInitialized` is executed before variants are applied in `FormRuntime`. This could lead to an inconsistent state of LinkedCheckbox elements in case variants are configured. To circumvent this behavior, the hook `afterInitializeCurrentPage` is now used instead. This change is considered breaking as references to the previously configured hook will no longer work.
- Loading branch information
1 parent
a28dc11
commit 543830b
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters