Skip to content

Commit

Permalink
[FIX] BASE: Remove install_required decorator for multiple approval f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
horilla-opensource committed Aug 5, 2024
1 parent d271c82 commit 6fb2637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5173,7 +5173,6 @@ def audit_tag_update(request, tag_id):


@login_required
@install_required
@permission_required("base.view_multipleapprovalcondition")
def multiple_approval_condition(request):
form = MultipleApproveConditionForm()
Expand Down

0 comments on commit 6fb2637

Please sign in to comment.