Don't load Javascript assets for public board access
This commit is contained in:
@@ -178,6 +178,7 @@ class Board extends Base
|
||||
'title' => $project['name'],
|
||||
'no_layout' => true,
|
||||
'auto_refresh' => true,
|
||||
'not_editable' => true,
|
||||
)));
|
||||
}
|
||||
|
||||
|
||||
@@ -76,6 +76,7 @@ class Task extends Base
|
||||
'title' => $task['title'],
|
||||
'no_layout' => true,
|
||||
'auto_refresh' => true,
|
||||
'not_editable' => true,
|
||||
)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user