* Fix bugs of devops.
This commit is contained in:
@@ -543,7 +543,7 @@ function initTableData(array $items, array &$fieldList, object $model = null): a
|
||||
}
|
||||
$item->actions[] = 'other:' . $otherAction;
|
||||
}
|
||||
elseif($actionKey == 'more')
|
||||
elseif($actionKey === 'more')
|
||||
{
|
||||
$moreAction = '';
|
||||
foreach($actionMenu as $moreActionName)
|
||||
|
||||
Reference in New Issue
Block a user