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.
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.