From aca4207a94200ce4033de57baabc69afe5e3804e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 16 Sep 2014 15:05:07 +0200 Subject: Don't load Javascript assets for public board access --- app/Controller/Board.php | 1 + app/Controller/Task.php | 1 + 2 files changed, 2 insertions(+) (limited to 'app/Controller') 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, ))); } -- cgit v1.2.3