Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute default_group_by in the kanban tag inside the todo_kanban module view (todo_view.xml) #3

Closed
eduardobape opened this issue Apr 19, 2015 · 2 comments

Comments

@eduardobape
Copy link

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.

@dreispt
Copy link
Owner

dreispt commented Apr 20, 2015

Yes, you are right: the correct field name is stage_id

@dreispt
Copy link
Owner

dreispt commented Apr 20, 2015

Fixed by 823006f

@dreispt dreispt closed this as completed Apr 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants