Few more fixes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-10-28 22:02:48 +00:00
parent f5aea7b0d5
commit 95d136284d
10 changed files with 56 additions and 59 deletions
@@ -32,7 +32,8 @@ class StatuslabelsController extends Controller
'assets_count',
'color',
'notes',
'default_label'
'default_label',
'status_type',
];
$statuslabels = Statuslabel::with('adminuser')->withCount('assets as assets_count');