cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1491
Views
2
Helpful
6
Replies

Sponsor portal - "End of business day" - Rename not possible

alex.fritzsche
Level 4
Level 4

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?

Bild2.PNG

1 Accepted Solution

Accepted Solutions

Serhii Pustovit
Cisco Employee
Cisco Employee

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.

View solution in original post

6 Replies 6

Jason Kunst
Cisco Employee
Cisco Employee

Please open a bug and will investigate if possible to rewrite in parallel

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

Serhii Pustovit
Cisco Employee
Cisco Employee

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.

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

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.

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi77104

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCve04400

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: