- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 08:35 AM
Recently I created a new PDI in Xanadu version and I'm having issue in not seeing my new created Topic in the Employee Center's Mega Menu. I can only see the OOTB topics (Technology services and Risk and compliance)
Things that I tried:
- Fill the Connected Content with a active Catalog Item of the new topic and add a child topic;
- Clean browser cache;
- Log out and Log in;
- Enter in anonymous mode;
- Impersonate another user;
- Create a new taxonomy;
- Compare with the OOTB topic (Technology services) and see if there is any significant difference(There is not)
- Duplicate the OOTB topic (Technology services)
- Load Demo Data
- Update Employee Center plugin
Can anyone help me? I'm missing something?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 12:28 AM
Hi @Gabriel G ,
Try below steps.
- Make sure that New Topic has at least 1 Connected Content.
- Logout and Login back.
- Verify that New Topic is visible.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 12:28 AM
Hi @Gabriel G ,
Try below steps.
- Make sure that New Topic has at least 1 Connected Content.
- Logout and Login back.
- Verify that New Topic is visible.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 01:14 AM
Hi Gabriel,
Make Sure Topic path in is generated correctly. If its not on the form you can check it in the list view of topics (topic_list.do). If its not correct , you can regenerate the topic path by updating the topic name and then reupdating it to what you want.
//Shivambi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 12:59 PM
Hi @Gabriel G ,
Make sure you selected the correct taxonomy to your portal:
And then try to clean the cache running a background script:
gs.invalidateCache();
gs.cacheFlush();