Univention Bugzilla – Attachment 4911 Details for
Bug 29770
Refresh wird beim Öffnen des Setup-Moduls nicht ausgeführt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch für System-Setup .js-File
umc-system-setup-valuesChanged.patch (text/plain), 1.30 KB, created by
Alexander Kläser
on 2012-12-12 12:06:55 CET
(
hide
)
Description:
Patch für System-Setup .js-File
Filename:
MIME Type:
Creator:
Alexander Kläser
Created:
2012-12-12 12:06:55 CET
Size:
1.30 KB
patch
obsolete
>--- /usr/share/univention-management-console-frontend/js/umc/modules/setup.js 2012-12-11 19:33:07.332001071 -0500 >+++ /usr/share/univention-management-console-frontend/js/umc/modules/setup.js.orig 2012-12-11 19:24:22.684001067 -0500 >@@ -138,9 +138,6 @@ > // we are in locale mode if the user is __systemsetup__ > this.local_mode = tools.status('username') == '__systemsetup__'; > >- // save current values >- this._orgValues = lang.clone(values); >- > // add the SystemRolePage and HelpPage to the list of pages for the wizard mode > if (this.wizard_mode) { > // add the SystemRolePage to the list of pages for the wizard mode if the packages have been downloaded >@@ -247,7 +244,6 @@ > this._pages.push(ipage); > > // connect to valuesChanged callback of every page >- ipage.setValues(values); > ipage.on('valuesChanged', lang.hitch(this, 'updateAllValues')); > }, this); > // Now we know which pages were loaded, adjust HelpPage text >@@ -314,7 +310,6 @@ > this._pages.push(ipage); > > // connect to valuesChanged callback of every page >- ipage.setValues(values); > ipage.on('valuesChanged', lang.hitch(this, 'updateAllValues')); > > // hide tab if page is not visible >@@ -331,6 +326,7 @@ > } > > this.startup(); >+ this.setValues(values); > this.standby(false); > }, >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29770
:
4910
| 4911