-
Notifications
You must be signed in to change notification settings - Fork 326
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
Remove listGroups while building categories #11988
Conversation
🧪 Storybook is successfully deployed!📊 Dashboard:
|
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.
CR ✅
# Conflicts: # app/gui/src/dashboard/hooks/backendHooks.tsx # app/gui/src/dashboard/layouts/AssetsTable.tsx
Re-requesting CR as this PR changed after the latest code review |
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.
CR ✅
would like to get confirmation that we want to remove the manage permissions modal though
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.
No changes to project-manager
, its legal
, lib/scala
, please.
distribution/project-manager/THIRD-PARTY/org.apache.tika.tika-core-2.4.1/NOTICE
Outdated
Show resolved
Hide resolved
|
Closes: enso-org/cloud-v2#1630 1. Invalidate remote backend queries when user goes online 2. Moves auth-related logic from `AuthProvider` to `SessionProvider` 3. Do not log user out if `users/me` returns 401
@PabloBuchu should be addressed now |
# Conflicts: # app/gui/src/dashboard/layouts/UserMenu.tsx # app/gui/src/dashboard/providers/SessionProvider.tsx
Changes outside of GUI were reverted.
Pull Request Description
This PR adds new field called
groups
on the User object to avoid fetching the usergroups list to get the names of the groups.Also this PR removes the
<ManagePermisssionsModal />
Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
or the Snowflake database integration, a run of the Extra Tests has been scheduled.