diff --git a/module/execution/model.php b/module/execution/model.php
index 8259a1d99c..d875608a9f 100644
--- a/module/execution/model.php
+++ b/module/execution/model.php
@@ -4603,7 +4603,8 @@ class executionModel extends model
$burns = join(',', $execution->burns);
echo "
";
- echo "| id class='table-nest-icon icon table-nest-toggle'>";
+ echo " | ";
+ if(common::hasPriv('execution', 'batchEdit')) echo "id class='table-nest-icon icon table-nest-toggle'>";
if($this->config->systemMode == 'new')
{
$spanClass = $execution->type == 'stage' ? 'label-warning' : 'label-info';
diff --git a/module/project/view/execution.html.php b/module/project/view/execution.html.php
index 83cadad0be..d03ea41401 100644
--- a/module/project/view/execution.html.php
+++ b/module/project/view/execution.html.php
@@ -72,7 +72,7 @@
|
-
+
nameAB;?>
| |