It is! So is the shortcuts menu.
I just noticed there's a bug with the shortcuts - it should be showing the path of the shortcut target, not the actual path. whoops.
I'm planning on deprecating the shortcuts menu for 12.2 since there's an internal favorites system. I just need to figure out the best way to do it.
Original Message:
Sent: Thu April 11, 2024 05:14 AM
From: Robert Dostal
Subject: Cognos 11.2.4 UI Changes
Hi Paul,
will the modified "Recent menu" be part of the premium version of CogBox?
------------------------------
Robert Dostal
Team Leader BI
GEMÜ Gebr. Müller Apparatebau GmbH & Co. KG
Ingelfingen
Original Message:
Sent: Thu April 11, 2024 04:45 AM
From: Paul Mendelson
Subject: Cognos 11.2.4 UI Changes
In addition to Tim's suggestion to use customization, you could also use extensions to hide the samples tab.
{ "name": "hideSamples", "schemaVersion": "1.0", "extensions": [{ "perspective":"content", "features": [{ "id": "hideSamplesTab", "environment": {"groupsAndRoles": [":Consumers"]}, "excludeItems": ["com.ibm.bi.content.navigator.samples"] }] }]}
Save that as spec.json, zip it, and then upload it as an extension.
It will hide the samples tab specifically for anyone with the Consumers role. You can have it hide for everyone by simply removing the environment object.
The question about the recent menu changes is something I've put a lot of effort into.

You can write an extension to add the actions menu back in, and even quick buttons. Since I've built this for PMsquare I can't share the code but this is essentially what I did: The Recents menu is constructed using React. You need to write an extension that will first overwrite the function the recents module use to build the react and replace it with your own. What I still haven't figured out is how to keep the menu open when the user clicks on the actions button. For the quick buttons, you'll need to check the type of object (you can edit reports, but not report views) and if the user has permission to use that tool (consumers shouldn't edit reports).
In total it probably took me around 60 hours to figure out.
------------------------------
Paul Mendelson
Original Message:
Sent: Tue April 09, 2024 04:35 PM
From: Todd Schuman
Subject: Cognos 11.2.4 UI Changes
I'm trying to make some changes to the default UI in Cognos 11.2.4. Here are the areas, that I can't seem to figure out. Any help would be greatly appreciated!
1) Recent Button on the Hamburger Menu lost the Report Path and Quick Launch ability from 11.1.7. Is it possible to bring this back? 11.2.4 just has the option to remove from recent. Can this be modified to use the 11.1.7 UI?

2) The Content Page has a tab for Samples. Can this be removed? I don't see it listed in the Customization page for User Roles. Is there an extension or advanced setting to disable it?

Thanks!
Todd
------------------------------
Todd Schuman
------------------------------