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
I think that an error exists in the attribute default_group_by in the kanbag tag inside the todo_kanban module view (todo_view.xml file).
The original value is: <kanban default_group_by="stage">.
I think that the correct value would be this: <kanban default_group_by="stage_id">, because the field name of the TodoTask class in the todo_ui module is stage_id, not stage.
The text was updated successfully, but these errors were encountered:
I think that an error exists in the attribute default_group_by in the kanbag tag inside the todo_kanban module view (todo_view.xml file).
The original value is:
<kanban default_group_by="stage">
.I think that the correct value would be this:
<kanban default_group_by="stage_id">
, because the field name of the TodoTask class in the todo_ui module isstage_id
, notstage
.The text was updated successfully, but these errors were encountered: