Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: fix bug that prevented error reporting in current wizard. (#12033)
* web: Add InvalidationFlow to Radius Provider dialogues ## What - Bugfix: adds the InvalidationFlow to the Radius Provider dialogues - Repairs: `{"invalidation_flow":["This field is required."]}` message, which was *not* propagated to the Notification. - Nitpick: Pretties `?foo=${true}` expressions: `s/\?([^=]+)=\$\{true\}/\1/` ## Note Yes, I know I'm going to have to do more magic when we harmonize the forms, and no, I didn't add the Property Mappings to the wizard, and yes, I know I'm going to have pain with the *new* version of the wizard. But this is a serious bug; you can't make Radius servers with *either* of the current dialogues at the moment. * web/bugfix/fix-reporting-in-wizard-submit # What - Preserves the errors locally for the Wizard, providing explanation and links to fix the issues # Why Just a silly mistake on my part. There shouldn't be two copies of errors (and there isn't in the BIG PRs), but this is how it's designed right now and making the errors show up is an easy fix. In doing so, the "hack" to move the "bad provider name" to the provider page is included. * Updated package.json to use Chromedriver 130
- Loading branch information