mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
fix(client): Advanced options not using preference when creating task
closes #8033
This commit is contained in:
parent
5f0c1687b5
commit
2ca185474f
1 changed files with 1 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue