Added an approved flag to organisations with a status column as an indicator, pending registration/approval workflow

This commit is contained in:
2022-02-10 12:51:29 +00:00
parent a42b04f518
commit 6570f2fb27
6 changed files with 150 additions and 5 deletions

View File

@@ -78,4 +78,7 @@ return [
'SLUG_NOT_IN_USE' => 'A <strong>{{slug}}</strong> slug does not exist',
'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.',
'APPROVED' => 'Approved',
'PENDING' => 'Pending',
];