Skip to content

Add maximum for approvals_required

Mark Chao requested to merge 9263-approval-count-limit into master

What does this MR do?

Ensure ApprovalRule's approvals_required is capped at maximum 100.

During data migration, it is discovered some were set to very high value, which the new 2 byte field can't contain. We cap this so the migration can still run.

What are the relevant issue numbers?

#9263 (closed)

Does this MR meet the acceptance criteria?

Closes #9263 (closed)

Edited by Mark Chao

Merge request reports