-
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
[backend/frontend] Management panel for restricted entities - chunk1 (#4961) #9219
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/6.5.0 #9219 +/- ##
==============================================
Coverage 65.26% 65.26%
==============================================
Files 626 626
Lines 59974 59968 -6
Branches 6716 6714 -2
==============================================
- Hits 39141 39139 -2
+ Misses 20833 20829 -4 ☔ View full report in Codecov by Sentry. |
c8d3145
to
da591c9
Compare
f80b960
to
e4a4095
Compare
9162bff
to
ecffb74
Compare
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.
Tested functionally 🚀 Just few little code suggestion
opencti-platform/opencti-front/src/components/dataGrid/DataTable.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/private/components/data/Management.tsx
Outdated
Show resolved
Hide resolved
...tform/opencti-graphql/tests/02-integration/02-resolvers/container-authorized-members-test.ts
Outdated
Show resolved
Hide resolved
...tform/opencti-graphql/tests/02-integration/02-resolvers/container-authorized-members-test.ts
Outdated
Show resolved
Hide resolved
...tform/opencti-graphql/tests/02-integration/02-resolvers/container-authorized-members-test.ts
Outdated
Show resolved
Hide resolved
...tform/opencti-graphql/tests/02-integration/02-resolvers/container-authorized-members-test.ts
Outdated
Show resolved
Hide resolved
...tform/opencti-graphql/tests/02-integration/02-resolvers/container-authorized-members-test.ts
Outdated
Show resolved
Hide resolved
...tform/opencti-graphql/tests/02-integration/02-resolvers/container-authorized-members-test.ts
Outdated
Show resolved
Hide resolved
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.
The data management menu on the left is displayed without feature flag, so I'm blocking for now.
ecffb74
to
6f71b1c
Compare
All comments are resolved. Waiting for approval. |
opencti-platform/opencti-front/src/private/components/data/Root.jsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/private/components/data/Management.tsx
Outdated
Show resolved
Hide resolved
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.
Removing the change request
Proposed changes
stixCoreObjectsRestricted
api to list all restricted entities (for BYPASS user only) + tests (+ 2 create + 2 update + 2 delete)Related issues
Checklist
Further comments