fix(membership): set reviewed_at in start_review + backfill for app 11
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
This commit is contained in:
parent
7c3daaa4f2
commit
3d14d3860e
@ -751,6 +751,7 @@ def admin_membership_start_review(app_id):
|
||||
|
||||
application.status = 'under_review'
|
||||
application.reviewed_by_id = current_user.id
|
||||
application.reviewed_at = datetime.now()
|
||||
|
||||
# Add to workflow history
|
||||
history = application.workflow_history or []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user