Compare commits
2 Commits
925712a752
...
0829e70fb0
| Author | SHA1 | Date | |
|---|---|---|---|
| 0829e70fb0 | |||
|
|
8e6859fca2 |
@@ -391,8 +391,7 @@ class AsrsItemValidationResource extends Resource
|
||||
return false;
|
||||
}
|
||||
|
||||
return empty($record->status)
|
||||
|| trim(strtolower($record->status)) == 'updated';
|
||||
return trim(strtolower($record->status)) == 'updated';
|
||||
}),
|
||||
])
|
||||
->bulkActions([
|
||||
|
||||
Reference in New Issue
Block a user