-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PM-12281] [PM-12301] [PM-12306] [PM-12334] Move delete item permission to Can Manage #11289
Conversation
…delete button when a user does not have manage rights
Only display the delete button when a user has delete permission
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11289 +/- ##
==========================================
- Coverage 33.16% 33.15% -0.02%
==========================================
Files 2779 2780 +1
Lines 86225 86391 +166
Branches 16420 16477 +57
==========================================
+ Hits 28597 28640 +43
- Misses 55362 55469 +107
- Partials 2266 2282 +16 ☔ View full report in Codecov by Sentry. |
No New Or Fixed Issues Found |
renamed constructor parameter
libs/vault/src/cipher-form/abstractions/cipher-form-config.service.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.
Looks good, nice work!
d2e044f
…n a reuqest comes from the admin console
8936af9
🎟️ Tracking
PM-12281
PM-12301
PM-12306
PM-12334
📔 Objective
Currently, users with Can Edit permissions can delete items within the collection. This should be updated so that only users with the Can Manage permission can delete items within a collection.
📸 Screenshots
Web
Screen.Recording.2024-09-20.at.12.35.28.PM.mov
Desktop
Screen.Recording.2024-09-27.at.6.19.17.PM.mov
Extension
Screen.Recording.2024-09-27.at.6.16.49.PM.mov
Cli
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes