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))) {