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
I was attempting to get a role's ID by its name through roleStore, but found myself unable to do so directly. Most "store" modules have a "find(query, callback)" function, but roleStore seems to lack this. It'd be nice if roleStore implemented a "find(query, callback)" method and/or a "list()" method (that returns all roles).
The text was updated successfully, but these errors were encountered:
I was attempting to get a role's ID by its name through roleStore, but found myself unable to do so directly. Most "store" modules have a "find(query, callback)" function, but roleStore seems to lack this. It'd be nice if roleStore implemented a "find(query, callback)" method and/or a "list()" method (that returns all roles).
The text was updated successfully, but these errors were encountered: