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
+1 -1
View File
@@ -40,7 +40,7 @@ class ModalController extends Controller
$view = view("modals.${type}");
if ($type == "statuslabel") {
$view->with('statuslabel_types', Helper::statusTypeList());
$view->with('status_types', Helper::statusTypeList());
}
if (in_array($type, ['kit-model', 'kit-license', 'kit-consumable', 'kit-accessory'])) {
$view->with('kitId', $itemId);