On the user management page (/user-management/users), replace old form controls with the appropriate web components.
Replacements:
- Add User
- Edit User
- Status panel
- User Profile panel
- User Apps panel
- May need to apply custom CSS styles via CSS properties to make selected values use primary blue background
- Notifications
After removing old js-based controls, search for usages of that same js code. If it is no longer in use, remove the unneeded code.
On the user management page (
/user-management/users), replace old form controls with the appropriate web components.Replacements:
After removing old js-based controls, search for usages of that same js code. If it is no longer in use, remove the unneeded code.