Skip to content

Commit

Permalink
Fix questionnaire submit
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Jan 2, 2025
1 parent c027cde commit ccc05a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions care/security/permissions/encounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ class EncounterPermissions(enum.Enum):
"Can write encounter",
"",
PermissionContext.ENCOUNTER,
ALL_ROLES,
CLINICAL_DATA_ACCESS_ROLES,
)
can_list_encounter = Permission(
"Can list encounters",
"Clinical data is not associated with this permission",
PermissionContext.ENCOUNTER,
ALL_ROLES,
CLINICAL_DATA_ACCESS_ROLES,
)
can_write_encounter = Permission(
"Update Encounter and Create all associated datapoints",
Expand Down

0 comments on commit ccc05a8

Please sign in to comment.