-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 55056: Initialise active tab on submit
## What's being changed We have moved the initialization of the page tabs to the render function and added a new options register hook. ## Why it's being changed The page initialize was being called on every page load, even if it was not part of the DD plugin. ## How to review / test this change 1. Ensure the plugin is not registering a page tab on every load, only the page intended. 2. Ensure the page save function works as expected. Related work items: #258420
- Loading branch information
Showing
2 changed files
with
21 additions
and
19 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