04-09-2018 04:30 AM
Hi,
using ISE 2.2 Patch 7 I might have found a small bug in the Sponsor portal:
If we change the string for the "End of business day:" field to e.g."Only for today:", it wont change anyhow on the preview or real page.
The language files seem to be edited correct, e.g.:
"
key.sponsor.ui_end_of_day_label=Only for today:
"
Any idea how to overwrite this with a custom script or html code or if it remains a bug?
Solved! Go to Solution.
04-10-2018 12:52 AM
Hi Alexander,
Could you please try this one script for 'Guest Access information' page?
You should insert it inside 'Instructional text':
<script>
setTimeout(function(){
$('[for="endofday"]').text('Only for today');
}, 2000);
</script>
You may increase delay, if script doesn't work (2000 to 4000).
Thanks.
04-09-2018 04:52 AM
Please open a bug and will investigate if possible to rewrite in parallel
04-09-2018 07:03 AM
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCve04400
Already reported.
04-09-2018 07:13 AM
Thanks I also updated the bug to be a higher priority since its broken and can’t change it. Will work to see if we can script something as a workaround
04-10-2018 12:52 AM
Hi Alexander,
Could you please try this one script for 'Guest Access information' page?
You should insert it inside 'Instructional text':
<script>
setTimeout(function(){
$('[for="endofday"]').text('Only for today');
}, 2000);
</script>
You may increase delay, if script doesn't work (2000 to 4000).
Thanks.
04-10-2018 03:48 AM
Thanks very much!!
I tried it yesterday with endofday.name as i didnt know the attribute .text.
It works with IE, Chrome, FF and could be distributed as workaround.
2000-delay is sufficient with us.
BR
04-11-2018 07:47 AM
thanks i see the following defects as being fixed in 2.3 and higher. I asked development and there is no plan to fix in 2.2, if anyone needing this please reach out to the TAC and ask for assistance.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide