Skip to content

Commit

Permalink
chore(core): update validate field permission docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Sep 1, 2024
1 parent 0b86ded commit ba8b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/forms/validate_ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def validate_field_permission(self):
Raises:
PermissionDenied: Access Denied when user has no ticket permissions assigned
PermissionDenied: _description_
PermissionDenied: User tried to edit a field they dont have permission to edit.
"""

fields_allowed = self.fields_allowed
Expand Down

0 comments on commit ba8b618

Please sign in to comment.