You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserAdminController validates the form then passes result to service method, making reuse of the account create/edit functionality elsewhere more difficult.
TODO: I made a fix for this here and here but needs to be extended to include createAction, and also needs some tests
The text was updated successfully, but these errors were encountered:
UserAdminController
validates the form then passes result to service method, making reuse of the account create/edit functionality elsewhere more difficult.TODO: I made a fix for this here and here but needs to be extended to include
createAction
, and also needs some testsThe text was updated successfully, but these errors were encountered: