You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function get_permission_required is only required to return the required permission for the viewset. app/core/viewsets/ticket.py conducts more actions that are not required.
Details
get_permission_required for ticket.py does actual permission checking. this is not required.
Tasks
Refactor get_permission_required to return the permission only.
The text was updated successfully, but these errors were encountered:
Function
get_permission_required
is only required to return the required permission for the viewset.app/core/viewsets/ticket.py
conducts more actions that are not required.Details
get_permission_required
for ticket.py does actual permission checking. this is not required.Tasks
get_permission_required
to return the permission only.The text was updated successfully, but these errors were encountered: