Uh oh!
There was an error while loading. Please reload this page.
Fix bugs on last step on Wizard zone and Adv Search box - #912
Fix bugs on last step on Wizard zone and Adv Search box#912milamberspace wants to merge 1 commit into
Conversation
Javascript error: Uncaught ReferenceError: _ is not defined => Missing 'l' (to call the _l() function) Bug introduce by me (apache#712) For the zone wizard, the Next button isn't replace by Finish button and the steps don't display in the box. For the Adv Search box, the label of search button is "submit" instead of "Search" (in en_US localization) =
milamberspace
commented
Oct 5, 2015
@remibergsma |
remibergsma
commented
Oct 5, 2015
@milamberspace Thanks, this we should include indeed. Will try to test in the coming days. |
sebgoa
commented
Oct 5, 2015
@milamberspace@remibergsma there is a duplicate at #906 |
milamberspace
commented
Oct 5, 2015
@Runseb Good catch! |
DaanHoogland
commented
Oct 6, 2015
I tried to run the wizard with this patch applied but the wizard doesn't show 'finished' nor does it finish after pressing 'next' for a final time. I shows a blank screen and then loops back to the beginning of the wizard. |
milamberspace
commented
Oct 6, 2015
@DaanHoogland you need to double-check that the old zoneWizard.js file is changed on you browser (clean cache) and on the tomcat installation (if not a new installation) in work/temp dir. I have a lot of problem to test that because even I clean my browser cache, the tomcat service continue to serve the old zoneWizard.js without the L in the _l() function. Finally I made a full clean installation of CS to validate my fixes. |
milamberspace
commented
Oct 7, 2015
Closed. New PR #915 |
Javascript error: Uncaught ReferenceError: _ is not defined
Missing 'l' (to call the _l() function)
Bug introduce by me (#712)
For the zone wizard, the Next button isn't replace by Finish button and the steps don't display in the box.
For the Adv Search box, the label of search button is "submit" instead of "Search" (in en_US localization)