Allow draft for PIREPs, separate out the save/submit and delete functionality
This commit is contained in:
@@ -62,7 +62,7 @@ return [
|
||||
],
|
||||
'state' => [
|
||||
'accepted' => 'Accepted',
|
||||
'pending' => 'Pending',
|
||||
'pending' => 'Pending Approval',
|
||||
'rejected' => 'Rejected',
|
||||
'in_progress' => 'In Progress',
|
||||
'cancelled' => 'Cancelled',
|
||||
|
||||
Reference in New Issue
Block a user