When restoring an organisation that was rejected, revert the approval request as well

This commit is contained in:
2022-02-11 13:38:24 +00:00
parent 016f7489c4
commit f4fba338c5
2 changed files with 32 additions and 0 deletions

View File

@@ -593,6 +593,10 @@ class OrganisationController extends SimpleController
// Begin transaction - DB will be rolled back if an exception occurs
Capsule::transaction(function () use ($organisation, $currentUser) {
if (!$organisation->flag_approved) {
$verification = $this->ci->repoOrganisationApproval->revert($organisation);
}
$organisation->restore();
// Create activity record