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
Fetch a collection of users with include for roles association.
The currentUser is at the beginning handled by the me endpoint which returns only default attributes and extra currentUser info without the standard associations as declared by the presenter
When inspecting brainstem storageManager directly, the currentUser has the correct role id, but inspecting brainstem redux store shows the currentUser without the role id from fetch.
The text was updated successfully, but these errors were encountered:
Scenario:
include
forroles
association.me
endpoint which returns only default attributes and extra currentUser info without the standard associations as declared by the presenterThe text was updated successfully, but these errors were encountered: