Hide Service catalog from bread crumb service portal??

Kiddy
Tera Guru

hide service catalog from breadcrumbs

find_real_file.png

I have cloned sc_cat_item page where to make changes to hide this in breadcrumb

 

home>something is broken is to be shown

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi, You have not added the condition ng-if="!$first" in your line 12. Please refer the text highlighted in yellow in the below screenshot-

 

find_real_file.png

View solution in original post

9 REPLIES 9

Community Alums
Not applicable
Hi, Can you please confirm if you have added the new widget to the required portal pages?

yes i made changes please find below screenshots

find_real_file.png

find_real_file.pngdo i need to change anything else in script??

Community Alums
Not applicable

Hi, You have not added the condition ng-if="!$first" in your line 12. Please refer the text highlighted in yellow in the below screenshot-

 

find_real_file.png

Thanks shruti it worked

Mark Endsley
Tera Guru

This can be achieved by adding a theme level CSS include with the following code

.breadcrumbs{
display:none;
}