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

Priyanka Chandr
Mega Guru

Hi,

Go to Service Portal > Service Portal Configuration > Designer and then choose the page for the other guide, which should be "sc_cat_item_guide" aka "Order Guide" and pick that.

Then at the top, you'll see the current breadcrumb widget...to completely remove it from the page, simply mouse over it and click the trashcan icon.

 

OR

clone the OOB breadcrumb widget and change the client controller/client script section to suit your needs, then back in page designer, swap out the current breadcrumb widget, with your custom one.

 Please mark correct and helpful

Thanks

Community Alums
Not applicable

Hello,

 

1. Clone the widget "breadcrumbs"

2. In the new widget add the below condition "ng-if="!$first"" as shown below 

 

find_real_file.png

 

3. Add this new widget in place of the old one in the required portal pages

4. The Service Catalog will not be shown as seen below. (I have places both OOTB breadcrumbs and my customized widget below one another for your reference)

find_real_file.png

Hi shruti ,

 

I have followed the steps it still shows the same

Long6
Tera Contributor

Make sure you added your custom widget to that page