-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat): edit user role scope #561
base: main
Are you sure you want to change the base?
Conversation
packages/esm-admin-app/src/components/users/manage-users/user-management.workspace.tsx
Show resolved
Hide resolved
@patryllus @makombe - how best can we fully qualify the inventory location and the enable and permanent settings? They look hanging and may not be straightforward to any new user.
|
a93b96f
to
dd9e30c
Compare
…ory location to stock location
cc7612b
to
5650cd0
Compare
@donaldkibet are we good to go on this? |
packages/esm-admin-app/src/api.ts
Outdated
limit?: number | null; | ||
} | ||
|
||
export function toQueryParams<T extends ResourceFilterCriteria>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to introduce this here, we can easy just specify the rest representation we want. IMO the community has always preferred to use the actual representation needed for most endpoints and we should stick to that convention
11f6cdb
to
113d352
Compare
Requirements
Summary
What doe this PR do?
Screenshots
editRoleScope.webm
Screencast.from.22-01-2025.11.20.35.ASUBUHI.webm
None.
Related Issue
None.
Other
None.