fix(client): Advanced options not using preference when creating task

closes #8033
This commit is contained in:
Blade Barringer
2016-09-22 21:41:42 -05:00
parent 5f0c1687b5
commit 2ca185474f

View File

@@ -36,6 +36,7 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
text: task,
type: listDef.type,
tags: _.keys(User.user.filters),
_advanced: !User.user.preferences.advancedCollapsed,
};
});
User.addTask({