diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php
index 8e70dd22e9..9bc469e2ad 100755
--- a/module/task/view/batchedit.html.php
+++ b/module/task/view/batchedit.html.php
@@ -88,7 +88,7 @@
?>
assignedTo != $this->app->user->account) ? "disabled='disabled'" : '';?>
-
+ parent < 0) ? "disabled='disabled'" : '';?>
| task->estimate;?> |
- team) ? "disabled='disabled'" : '';?>
+ team) or $task->parent < 0) ? "disabled='disabled'" : '';?>
estimate, "class='form-control' {$disabled}");?>
|
@@ -193,7 +193,7 @@
| task->left;?> |
- team) ? "disabled='disabled'" : '';?>
+ team) or $task->parent < 0) ? "disabled='disabled'" : '';?>
left, "class='form-control' {$disabled}");?>
|