mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +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,
|
||||
type: listDef.type,
|
||||
tags: _.keys(User.user.filters),
|
||||
_advanced: !User.user.preferences.advancedCollapsed,
|
||||
};
|
||||
});
|
||||
User.addTask({
|
||||
|
||||
Reference in New Issue
Block a user