- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:03 PM
Hi, anyone know why “Save as draft” was disabled for HR Record Producers after upgrading to latest version of Employee Center? (v 37.0.7)
if (isPluginActive && isHRCatalogItem(sys_id)) {
// redirect to HR ticket page if catalog item is of HR
p.page = options.hr_page;
p.hide_save_as_draft_button = 'true';
}
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:23 PM
@Chris Yang This issue was identified and targeted for a future release of the EC plugins. The temporary workaround is to remove the line of code;
p.hide_save_as_draft_button = 'true';
from the widget hrm-catalog-item (sys_id: 9e0a0e9373a75300c629e1e54cf6a7cd).
If my answer has helped with your question, please mark my answer as an accepted solution and give a thumbs up.
Regards,
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:23 PM
@Chris Yang This issue was identified and targeted for a future release of the EC plugins. The temporary workaround is to remove the line of code;
p.hide_save_as_draft_button = 'true';
from the widget hrm-catalog-item (sys_id: 9e0a0e9373a75300c629e1e54cf6a7cd).
If my answer has helped with your question, please mark my answer as an accepted solution and give a thumbs up.
Regards,
Mike