cancel
Showing results for 
Search instead for 
Did you mean: 

Breadcrumbs problem

samudaya
Champ on-the-rise
Champ on-the-rise
Hi,

I'm currently running Alfresco Community 3.4.d on Ubuntu 10.04 server. When I click on any workspace, those workspace path dynamically adding to Breadcrumbs. However, when I click on outside space also adding to the same Breadcrumbs.

Eg;
Company Home > Data Dictionary > Email Actions > Records Management > Rendering Actions Space > Replication Actions Space > Guest Home
Company Home > Data Dictionary > Models > Guest Home
Company Home > Data Dictionary > Models > Imap Configs > Messages > Presentation Templates > Guest Home


Any idea about what to do this problem.

Thanks
Samudaya
3 REPLIES 3

samudaya
Champ on-the-rise
Champ on-the-rise
Hi friends,

Anybody have an idea how to handle this issue?

Thank you very much……….
Samudaya

mikeh
Star Contributor
Star Contributor
It a breadcrumb path, not a folder location.

You can change the behaviour by overriding
         <!– Breadcrumb mode, can be either 'path' or 'location' –>
         <breadcrumb-mode>path</breadcrumb-mode>

in web-client-config-custom.xml

Thanks,
Mike

samudaya
Champ on-the-rise
Champ on-the-rise
Hi,

Thanks for your post.

I have changed;
/opt/alfresco/tomcat/webapps/ROOT/WEB-INF/classes/alfresco/web-client-config.xml

Defaults;
<breadcrumb-mode>path</breadcrumb-mode>

Modified to;
<breadcrumb-mode>location</breadcrumb-mode>

Now system ok………..

Thanks
Samudaya