diff options
Diffstat (limited to 'app/Controller/Board.php')
-rw-r--r-- | app/Controller/Board.php | 1 |
1 files changed, 1 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, ))); } |