Bug 29736 - [System-Setup-Boot] Ansicht wird nicht aktualisiert bei Rollenauswahl
[System-Setup-Boot] Ansicht wird nicht aktualisiert bei Rollenauswahl
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC - Basic settings
UCS 3.1
Other Linux
: P2 normal (vote)
: UCS 3.1
Assigned To: Alexander Kläser
Florian Best
: interim-4
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-11 13:16 CET by Florian Best
Modified: 2012-12-12 21:08 CET (History)
1 user (show)

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): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2012-12-11 13:16:45 CET
Im system-setup appliance mode wird die SSL-Zertifikatsseite auch auf Member und Slave systemen angezeigt.
Comment 1 Alexander Kläser univentionstaff 2012-12-11 13:22:29 CET
Das sollte auf den Systemen keine Auswirkung haben, da das setup-Skript die Serverrolle noch einmal testet. Es scheint, dass folgender Befehl in umc/modules/setup/CertificatePage.js nicht mehr funktioniert:

> // this page should be only visible on domaincontroller_master
> this.set('visible', _vals['server/role'] == 'domaincontroller_master');
Comment 2 Alexander Kläser univentionstaff 2012-12-11 15:08:54 CET
Das führt auch zu anderem Fehlverhalten. Der Fehler liegt an der folgenden
Zeile:

ipage.on('onValuesChanged', lang.hitch(this, 'updateAllValues'));

"onValuesChanged" sollte "valuesChanged" heißen.

Fixed in:

 univention-system-setup (6.0.55-1) unstable; urgency=low
 .
   * fixed typo for valuesChanged event handler; Bug #29734
Comment 3 Florian Best univentionstaff 2012-12-11 15:10:26 CET
Jetzt aber VERIFIED :D
Comment 4 Stefan Gohmann univentionstaff 2012-12-12 21:08:11 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

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