Cleanup admin pirep form and read-only state

This commit is contained in:
Nabeel Shahzad
2018-05-11 13:53:24 -05:00
parent 3f1bb26ee5
commit 9332f64284
3 changed files with 186 additions and 157 deletions

View File

@@ -128,7 +128,7 @@ class Pirep extends Model
public static $read_only_states = [
PirepState::ACCEPTED,
PirepState::REJECTED,
PirepState::PENDING,
//PirepState::PENDING,
PirepState::CANCELLED,
];