Merge branch 'hotfixes/1403' into develop
This commit is contained in:
@@ -480,9 +480,10 @@ class ModelsController extends AdminController
|
||||
$assets = $assets->skip($offset)->take($limit)->get();
|
||||
|
||||
$rows = array();
|
||||
$actions = '';
|
||||
|
||||
|
||||
foreach ($assets as $asset) {
|
||||
$actions = '';
|
||||
|
||||
if ($asset->assetstatus) {
|
||||
if ($asset->assetstatus->deployable != 0) {
|
||||
|
||||
Reference in New Issue
Block a user