Univention Bugzilla – Attachment 8099 Details for
Bug 42673
MultiInput and ComboBox.ready() is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
42673.patch (text/plain), 1.39 KB, created by
Florian Best
on 2016-10-13 17:44:27 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-10-13 17:44:27 CEST
Size:
1.39 KB
patch
obsolete
>diff --git a/management/univention-management-console-frontend/umc/widgets/MixedInput.js b/management/univention-management-console-frontend/umc/widgets/MixedInput.js >index 3899ca9..39324f7 100644 >--- a/management/univention-management-console-frontend/umc/widgets/MixedInput.js >+++ b/management/univention-management-console-frontend/umc/widgets/MixedInput.js >@@ -132,6 +132,7 @@ define([ > > // only load dynamic values in case all dependencies are fullfilled > if (dependList.length != nDepValues) { >+ this._readyDeferred.resolve(); > return; > } > >diff --git a/management/univention-management-console-frontend/umc/widgets/_SelectMixin.js b/management/univention-management-console-frontend/umc/widgets/_SelectMixin.js >index 3f23778..a5bf90a 100644 >--- a/management/univention-management-console-frontend/umc/widgets/_SelectMixin.js >+++ b/management/univention-management-console-frontend/umc/widgets/_SelectMixin.js >@@ -408,6 +408,7 @@ define([ > // only load dynamic values in case all dependencies are fullfilled > if (dependList.length != nDepValues) { > //console.log('### _SelectMixin ['+this.name+']: return'); >+ this._readyDeferred.resolve(); > return; > } > >@@ -425,6 +426,7 @@ define([ > if (this._deferredOrValues) { > // another request is pending > //console.log('### _SelectMixin ['+this.name+']: return (2)'); >+ this._readyDeferred.resolve(); > return; > } >
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 42673
: 8099