mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
fix "Advanced Options in tasks start collapsed" when "Open new tasks in edit mode" is on - fixes https://github.com/HabitRPG/habitrpg/issues/5981
This commit is contained in:
parent
2683b2b0a0
commit
f035dfd8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ api.wrap = (user, main=true) ->
|
|||
user["#{task.type}s"].unshift(task)
|
||||
if user.preferences.newTaskEdit then task._editing = true
|
||||
if user.preferences.tagsCollapsed then task._tags = true
|
||||
if user.preferences.advancedCollapsed then task._advanced = true
|
||||
if !user.preferences.advancedCollapsed then task._advanced = true
|
||||
cb? null, task
|
||||
task
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue