-
Notifications
You must be signed in to change notification settings - Fork 331
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
Adds authz for Prescription & Medicine Administrations #1704
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1704 +/- ##
=======================================
Coverage 61.66% 61.66%
=======================================
Files 212 211 -1
Lines 11691 11725 +34
Branches 1658 1663 +5
=======================================
+ Hits 7209 7230 +21
- Misses 4184 4197 +13
Partials 298 298 ☔ View full report in Codecov by Sentry. |
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.
lgtm
The change is for adding for write authz |
Writes already had AuthZ as well. |
* Adds authz for Prescription & MAR fixes #1695 * adds missing `DRYPermissions` in viewsets * fix missing object write permission --------- Co-authored-by: Vignesh Hari <[email protected]> Co-authored-by: Aakash Singh <[email protected]>
Proposed Changes
ConsultationRelatedPermissionMixin
toPrescription
andMedicineAdministration
modelAssociated Issue
Merge Checklist
/docs
Only PR's with test cases included and passing lint and test pipelines will be reviewed
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins