Removed "Tag list in tasks starts collapsed" settings and strings (#9406)

This commit is contained in:
Joseti
2017-11-15 17:37:15 +01:00
committed by Matteo Pagliazzi
parent eb8f84aae0
commit 229fd06ee3
5 changed files with 0 additions and 16 deletions

View File

@@ -12,7 +12,6 @@ module.exports = function addTask (user, req = {body: {}}) {
if (task._editing) {
task._edit = clone(task);
}
task._tags = !user.preferences.tagsCollapsed;
task._advanced = !user.preferences.advancedCollapsed;
return task;