mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(client): Advanced options not using preference when creating task
closes #8033
This commit is contained in:
@@ -36,6 +36,7 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
|
|||||||
text: task,
|
text: task,
|
||||||
type: listDef.type,
|
type: listDef.type,
|
||||||
tags: _.keys(User.user.filters),
|
tags: _.keys(User.user.filters),
|
||||||
|
_advanced: !User.user.preferences.advancedCollapsed,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
User.addTask({
|
User.addTask({
|
||||||
|
|||||||
Reference in New Issue
Block a user