Localization of Smart Assessment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @Alex Coope - SN ,
How should the UI Action (that calls the "proto_grc_assessment_templates") be configured? I've tried recycling the "Request Translation" one and the languages picker pops up, but it returns this "Failed to request translations." error. Here's the script I've recycled and adapted:
Form button - True
Client - True
OnClick - renderLanguagePickerModal();
function renderLanguagePickerModal() {
var dlg = new GlideModal("sn_lf_language_picker");
dlg.setTitle(getMessage("Request Translations"));
dlg.setPreference("sys_id", g_form.getUniqueValue());
dlg.setPreference("artifact_config_internal_name", "proto_grc_assessment_templates");
dlg.setPreference("request_type", "form");
dlg.setPreference("focusTrap", true);
dlg.render();
}
Thank you in advance.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
Reply edited: Sorry for the duped reply