From 03c90d7b607eebbbaa506f8dad3953debcd2ab21 Mon Sep 17 00:00:00 2001 From: spencerrlongg Date: Mon, 9 Dec 2024 13:29:06 -0600 Subject: [PATCH] note, will come back to this once question is answered --- resources/views/partials/bootstrap-table.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index f24552d753..0d64095235 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -279,8 +279,8 @@ element_name = ''; } - return function (value,row) { + return function (value,row) { var actions = ''; // Add some overrides for any funny urls we have @@ -442,6 +442,7 @@ function genericCheckinCheckoutFormatter(destination) { return function (value,row) { + // some extra logic for kits needs to go here // The user is allowed to check items out, AND the item is deployable if ((row.available_actions.checkout == true) && (row.user_can_checkout == true) && ((!row.asset_id) && (!row.assigned_to))) {