2023-08-10 - Rule Step not consistently displaying the correct wizard¶
Problem¶
When users edited an existing change rule, the wizrdas weren’t displaying consistently, the default wizards were being displayed.
Solution¶
The logic on the change rule screen was updated to only show default wizards if the user hadn’t already chosen a rule step type.
Leverage the Magic¶
A magical feature, no action by Data Magicians required.
ADI¶
Smashed ! I love it when annoying bugs get squashed.
Magician Partner¶
Logic changed to only populate default wizards on a new rule screen, else use the saved wizard type:
- } else if (!parsedRuleTypes) {
// show default wizard
…
Last Refreshed¶
Doc Refreshed: 2024-05-20