- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2018 02:41 AM
Hi All,
We are in the middle of configuring the standard change option in the platform.
Our change manager requires that all proposals have at least 1 task. We were looking to amend the Request approval UI action to check that a change task template had been added to the proposal before requesting the approvals. This is fine, however the 'Request Approval' button appears at the bottom of the 'Propose a new Standard Change Template' form:
We want to hide this from this part of the proposal so that users have to select the 'Save' button first and then the 'Request Approval' button only appears in the next UI:
I've seen that there is a UI action on the 'std_change_proposal' but I believe this is just the action on the second UI and not the button on the initial form before being saved. Any help no if we can remove the button on the first form is greatly appreciated.
Thanks
Sam
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2018 03:42 AM
I misunderstood the question. Yes the button is on catalog that you are referring. I tried to find the source of it but I am unable to find it.
I am not sure of an easier way but you can add a onload catalog client script script to the catalog and hide it.
jQuery("#submit_button_std_chg_approval").hide();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you, Worked for me as well!

