diff options
Diffstat (limited to 'app/Controller/Task.php')
-rw-r--r-- | app/Controller/Task.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Task.php b/app/Controller/Task.php index b0bb9d5b..ef55fb57 100644 --- a/app/Controller/Task.php +++ b/app/Controller/Task.php @@ -76,6 +76,7 @@ class Task extends Base 'title' => $task['title'], 'no_layout' => true, 'auto_refresh' => true, + 'not_editable' => true, ))); } |