Skip to content

[Backend]: Update ValidatePolicyService to handle multiple approvals actions

Why are we doing this work

ValidatePolicyService approvals_required_exceed_approvers has to be updated in order to handle multiple approval actions validation

Relevant links

Non-functional requirements

  • Documentation:
  • Feature flag:
  • Performance:
  • Testing:

Implementation plan

Update approvals_required_exceed_approvers in ValidatePolicyService to get approvers count from all actions.

Verification steps