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
In the UserManagement module, the defaultState only contains facilityUsers: []
In the ClassAssignMembers, this default state caused some problems with the page state not being updated properly. It does not seem to be an issue in UserManagement so far in causing an apparent UI bug, but the default state should be consistent across these two modules.
User-facing consequences
Things might be more brittle than we are expecting; potential problems with pagination or state updates yet to be discovered!
Context
v0.15.x
The text was updated successfully, but these errors were encountered:
marcellamaki
added this to the
Planned Patch 4: Coach usability improvements milestone
Jun 22, 2022
Observed behavior
In the UserManagement module, the
defaultState
only containsfacilityUsers: []
In the ClassAssignMembers, this default state caused some problems with the page state not being updated properly. It does not seem to be an issue in UserManagement so far in causing an apparent UI bug, but the default state should be consistent across these two modules.
User-facing consequences
Things might be more brittle than we are expecting; potential problems with pagination or state updates yet to be discovered!
Context
v0.15.x
The text was updated successfully, but these errors were encountered: