IssueLandingPageTaskUtils not allowing override
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
As part of IRM OOB configurations, there is a script include 'IssueLandingPageTaskUtils' which calls IssueLandingPageTaskUtilsBase.Its appllication is GRC: Common Workspace Elements
Usually, OOB script includes allow override and have OOB comment as below:
How can we check if the script include is allowed for override?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
hi @kirti114 , please check the "protection policy" of script include, if its 'none' you should be able to edit it. And IssueLandingPageTaskUtils extends utilsbase, so it can be used to override utilsbase methods.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @kirti114
As @GouthamAnumolu mentioned please check the Protection policy.
Out-of-the-box script includes can have a protection policy of "read-only," which prevents direct modification.
Also , refer this posts:
How to override a Script Include that is a high priority file type.
override a method in script include
