summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/Board.php1
-rw-r--r--app/Controller/Task.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/Controller/Board.php b/app/Controller/Board.php
index d160380e..2ee43c76 100644
--- a/app/Controller/Board.php
+++ b/app/Controller/Board.php
@@ -178,6 +178,7 @@ class Board extends Base
'title' => $project['name'],
'no_layout' => true,
'auto_refresh' => true,
+ 'not_editable' => true,
)));
}
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,
)));
}