diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-09-16 15:05:07 +0200 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-16 15:05:07 +0200 |
| commit | aca4207a94200ce4033de57baabc69afe5e3804e (patch) | |
| tree | 9a1396ae2db7fb5e030332b947281bbbb1390ba6 /app/Controller/Task.php | |
| parent | 1c295d4d653dd183dcaa2f1203d9461e5c0fcb6e (diff) | |
Don't load Javascript assets for public board access
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, ))); } |
