-
Notifications
You must be signed in to change notification settings - Fork 971
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
[frontend/backend] Remove authorized members action on Restricted entities view - chunk 2 #9312
base: release/6.5.0
Are you sure you want to change the base?
Conversation
57337b3
to
654d2c8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/6.5.0 #9312 +/- ##
==============================================
Coverage 65.38% 65.39%
==============================================
Files 626 626
Lines 60127 60145 +18
Branches 6767 6774 +7
==============================================
+ Hits 39313 39330 +17
- Misses 20814 20815 +1 ☔ View full report in Codecov by Sentry. |
654d2c8
to
8d09dbb
Compare
073caab
to
aa8f9c9
Compare
5aa6ebf
to
cde8e00
Compare
@@ -202,7 +203,7 @@ const Management = () => { | |||
<div style={{ paddingRight: isRightMenuManagementEnable ? '200px' : 0 }}> | |||
<Breadcrumbs elements={[ | |||
{ label: t_i18n('Data') }, | |||
{ label: t_i18n('Management') }, | |||
{ label: t_i18n('Restriction') }, |
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.
so we changed "Management" to "Restriction" ? is it confirmed with product @nino-filigran ?
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.
validated by @nino-filigran 👌
ebef88d
to
c752a26
Compare
c752a26
to
1165b22
Compare
Proposed changes
Related issues
Checklist
Further comments