تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
5751 أدوات العرض

Is it possible to make task sequence unchangeable upon dragging and dropping cards in Kanban from different stages?

Refer to the table below:

BACKLOG
IN PROGRESS
CODE REVIEW
QA
DONE
TASK 1




TASK 2




TASK 3




TASK 4




TASK 5




TASK 6




TASK 7




TASK 8




TASK 9



Upon moving the task from different stages they should still retain their sequences in ascending order.

 

BACKLOG
IN PROGRESSCODE REVIEW
QA
DONE
TASK 1
TASK 2
TASK 3
TASK 4
TASK 7
TASK 5
TASK 6
TASK 8


TASK 9




I've tried adding `_order = 'sequence desc'` but still it doesn't retain their previous sequence order.
Let me know if this is possible. Thanks
الصورة الرمزية
إهمال
الكاتب أفضل إجابة

So what I did, I created another Integer field called `rank` to my inherited task model.

So what happens now is on the project edit form, I added task_ids field and created a `handle` widget that points to `rank` to change the ranking of the tasks in the kanban board, also I've change the `_order` to `rank` so it would display the tasks by its ranking.

Though it works, the bad thing is that I have to refresh the page to see the changes. Too bad can't do it real-time in Kanban. :(

الصورة الرمزية
إهمال
أفضل إجابة

You need to delete

<field name="sequence" readonly="1" invisible="1"/>  from your XML view or use

<field name="sequence" position="replace"/> to remove from XML.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أكتوبر 20
2738
3
نوفمبر 17
3688
2
أغسطس 23
3288
1
يوليو 21
4248
0
ديسمبر 19
3737