When restoring an organisation that was rejected, revert the approval request as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user