-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Apps] New accordion groups, autocomplete search to filter by existing set of all users with App permissions #172
base: main
Are you sure you want to change the base?
Conversation
…part 0 of breaking down the group tables into accordions
0b8cb5d
to
c440947
Compare
…to roles for users (#176)
…ent when it's in an accordion element
src/pages/apps/Read.tsx
Outdated
<AppsAccordionListGroup | ||
app_group={app.active_owner_app_groups} | ||
list_group_title={'Owner Group'} | ||
list_group_description={'Members can manage all app groups as implicit owners'} |
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.
list_group_description={'Members can manage all app groups as implicit owners'} | |
list_group_description={'Owners can manage all app groups as implicit owners'} |
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.
To be more clear, only members of the special built-in group App-Access-Owners
are super-admins in Access. For a normal app in Access, owners of the associated Owners
app group are admins for the app and all associated groups.
Co-authored-by: amyjchen <[email protected]>
}}> | ||
<Stack direction="row" width="100%" justifyContent="space-between"> | ||
<CreateUpdateGroup defaultGroupType={'app_group'} currentUser={currentUser} app={app} /> | ||
<Autocomplete |
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.
This change: