-
Notifications
You must be signed in to change notification settings - Fork 946
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] add the ability to edit user_confidence_level (#4304) #5323
[frontend] add the ability to edit user_confidence_level (#4304) #5323
Conversation
opencti-platform/opencti-front/src/components/list_lines/ListLinesContent.jsx
Show resolved
Hide resolved
opencti-platform/opencti-front/src/private/components/common/form/ConfidenceField.tsx
Show resolved
Hide resolved
opencti-platform/opencti-front/src/private/components/common/form/ConfidenceField.tsx
Show resolved
Hide resolved
opencti-platform/opencti-front/src/private/components/settings/users/UserEditionOverview.tsx
Show resolved
Hide resolved
1ea52cd
to
b016d90
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## issue/4304-confidence-level-2 #5323 +/- ##
================================================================
Coverage ? 65.69%
================================================================
Files ? 475
Lines ? 59314
Branches ? 4324
================================================================
Hits ? 38966
Misses ? 20348
Partials ? 0 ☔ View full report in Codecov by Sentry. |
opencti-platform/opencti-front/src/private/components/settings/users/UserEditionOverview.tsx
Outdated
Show resolved
Hide resolved
d2060f1
to
78373e8
Compare
e3172bd
to
b081205
Compare
78373e8
to
594f675
Compare
Closing this PR in favor of #5436 |
Proposed changes
Related issues
Checklist
Further comments
Overrides are taken into account in the code (not changed when editing the global confidence level) but are not editable for now. This is out of scope.