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