- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 08:53 PM
hide service catalog from breadcrumbs
I have cloned sc_cat_item page where to make changes to hide this in breadcrumb
home>something is broken is to be shown
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 07:59 AM
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-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 08:57 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2020 09:57 PM
Hello,
1. Clone the widget "breadcrumbs"
2. In the new widget add the below condition "ng-if="!$first"" as shown below
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 01:44 AM
Hi shruti ,
I have followed the steps it still shows the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 02:10 AM
Make sure you added your custom widget to that page