Bug 33393 - Finishing the appliance mode does not reload UMC
Finishing the appliance mode does not reload UMC
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC - Basic settings
UCS 3.2
Other Linux
: P5 normal (vote)
: UCS 3.2
Assigned To: Alexander Kläser
Dirk Wiesenthal
: interim-4
Depends on:
Blocks: 33084
  Show dependency treegraph
 
Reported: 2013-11-14 18:10 CET by Alexander Kläser
Modified: 2013-11-19 06:43 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2013-11-14 18:10:04 CET
I confirmed the dialog that the setup process has been completed, however, the browser was not reloaded automatically. Instead, I ended up being in the setup wizard again (at the last page).
Comment 1 Alexander Kläser univentionstaff 2013-11-14 18:10:18 CET
Not sure whether this is a IE problem.
Comment 2 Alexander Kläser univentionstaff 2013-11-15 09:18:42 CET
Same problem applies to IE9.
Comment 3 Alexander Kläser univentionstaff 2013-11-15 10:19:19 CET
Generic problem:

> // Consider IP changes, replace old ip in url by new ip
> var newIp = this._getNewIpAddress(values.interfaces, values['interfaces/primary'] || 'eth0');
> if (newIp) { ... }

"values" contains at this point only altered values. If network settings have not been changed → values.interfaces === undefined. Correct would be to add the line:

> var values = this.getValues();
Comment 4 Alexander Kläser univentionstaff 2013-11-15 15:25:00 CET
Fixed as suggested.

 univention-system-setup (7.0.66-1) unstable; urgency=low
 .
   * Bug #33393: fixed error when clicking on "Continue" in appliance mode
Comment 5 Alexander Kläser univentionstaff 2013-11-15 15:25:31 CET
Changelog not required.
Comment 6 Dirk Wiesenthal univentionstaff 2013-11-17 01:13:26 CET
Works
Comment 7 Stefan Gohmann univentionstaff 2013-11-19 06:43:34 CET
UCS 3.2 has been released:
 http://docs.univention.de/release-notes-3.2-en.html
 http://docs.univention.de/release-notes-3.2-de.html

If this error occurs again, please use "Clone This Bug".