From 25c399eeb20a43f4df8109ac002103901078637c Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Thu, 17 Sep 2020 08:14:53 +0000 Subject: [PATCH] Revert back to btn-reassign-hub. #498 --- templates/job-order/cmb.list.behindschedule.html.twig | 2 +- templates/job-order/cmb.list.open.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/job-order/cmb.list.behindschedule.html.twig b/templates/job-order/cmb.list.behindschedule.html.twig index 60291597..2ed1bbeb 100644 --- a/templates/job-order/cmb.list.behindschedule.html.twig +++ b/templates/job-order/cmb.list.behindschedule.html.twig @@ -104,7 +104,7 @@ overflow: 'visible', template: function (row, index, datatable) { {% if is_granted('jo_onestep.edit') %} - var actions = ''; + var actions = ''; {% endif %} return actions; diff --git a/templates/job-order/cmb.list.open.html.twig b/templates/job-order/cmb.list.open.html.twig index 5256c4a4..aac00d65 100644 --- a/templates/job-order/cmb.list.open.html.twig +++ b/templates/job-order/cmb.list.open.html.twig @@ -115,7 +115,7 @@ overflow: 'visible', template: function (row, index, datatable) { {% if is_granted('jo_onestep.edit') %} - var actions = ''; + var actions = ''; {% endif %} return actions;