Skip to Content
Menu
This question has been flagged
2 Replies
1881 Views

In project app, when clicked a project to show the task (kanban view), the breadcrumb in the top left corner only show "Projects / Tasks". How to make it shown with the project name there?

I have tried to search "breadcrumb" under addons/project folder, only found relevant code under "project_portal_template.xml". Looks the template code is right... is that defining the crumbcrumb in the project tasks kanban page?



Avatar
Discard
Author Best Answer

Jaideep, you are right. The default breadcrumb will show project name in V15. 

It was not shown because I have inherited the Project module and override the action_view_tasks method. By setting 

action['target'] = "main"

It works...

Avatar
Discard
Best Answer

On V15,  project name is the on breadcrumb, maybe yo are on different version

portal view as well


Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
156
1
Oct 24
183
1
Jun 24
360
2
Jun 24
422
0
Apr 24
658