You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task = Task.create(user=user, title='Hand in resignation', priority='Normal', category='Work', repeatingMethod='TASK_REPEAT_OFF')
This will result in 'Hand in resignation' being added to the default list as chosen in the any.do settings, category 'Work' seems to be ignored. Setting priority to 'High' on the other hand will produce the expected result.
The text was updated successfully, but these errors were encountered:
outl-bear
changed the title
Added tasks are added to "Default List" not spcified category
Added tasks are added to "Default List" not specified category
Jul 19, 2017
task = Task.create(user=user, title='Hand in resignation', priority='Normal', category='Work', repeatingMethod='TASK_REPEAT_OFF')
This will result in 'Hand in resignation' being added to the default list as chosen in the any.do settings, category 'Work' seems to be ignored. Setting priority to 'High' on the other hand will produce the expected result.
The text was updated successfully, but these errors were encountered: