Disable recommendation prompts
Disable the prompts recommending the use of DevOps Change Workspace from appearing while creating tools and applications using Classic UI, Service Catalog, Service Portal, and Employee Service Center.
- Navigate to and search for DevOps.
- For each of the following 4 DevOps catalog items, you must edit the catalog client scripts to comment out the call to
showWorkspaceAdvertisement.- Create DevOps Application
- Create DevOps tool
- DevOps App Onboarding
- DevOps Tool Onboarding
- Select each DevOps catalog item listed earlier and navigate to the Catalog Client Scripts tab under Related Links.
- Select each script available under Catalog Client Scripts.
- Search for the method
showWorkspaceAdvertisement. - If present, comment it out.
For example,
//showWorkspaceAdvertisement();. - Save the changes.