- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 12:44 AM
Hi All,
When we upgraded the version to Jakarta Patch 4, some of the catalog request item could not work. When we click the 'Order Now', it will show the message as below. I checked that we used some HTML codes in some variables of the Question filed. Such as: Security Policies (<a href="https://xxxxxx.xxx.com" target="_blank"><font color="blue">IT Security Policies</font></a>)
Do you have any suggestions on this? I shall be very grateful.
Best Regards,
Danny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 11:48 PM
Hi all,
We finally use the 'Show help' to fix this. Move the link to the Instructions of the Annotation.
Regards,
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 12:49 AM
whats the issue, is the link not working ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 12:55 AM
All the request item could not be submitted. It will should the message above.
Regards,
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 01:08 AM
in the catalog item of that ... add the following code on client script onLoad and let me know, if it works then you'll have to make some system changes..
$$(".sn-tooltip-basic").each(function(item){
var textValue = item.innerText;
$(item).update(textValue);
});
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 01:15 AM
Hi Shiladitya,
Thank you very much for your help. I will try and let you know if it works fine.
Regards,
Danny