Univention Bugzilla – Attachment 6483 Details for
Bug 33199
New grid has one item selected even when grid is empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for umc/widgets/MultiSelect
bug33199.patch (text/plain), 596 bytes, created by
Alexander Kläser
on 2014-11-28 17:42:01 CET
(
hide
)
Description:
Patch for umc/widgets/MultiSelect
Filename:
MIME Type:
Creator:
Alexander Kläser
Created:
2014-11-28 17:42:01 CET
Size:
596 bytes
patch
obsolete
>Index: umc/widgets/MultiSelect.js >=================================================================== >--- umc/widgets/MultiSelect.js (Revision 56310) >+++ umc/widgets/MultiSelect.js (Arbeitskopie) >@@ -118,6 +118,13 @@ > this._registerAtParentOnShowEvents(lang.hitch(this, 'resize')); > }, > >+ _setCustomValue: function() { >+ // overwrite handling of _SelectMixin >+ this.value = null; // force notification of watch handlers >+ this.set('value', this._initialValue); >+ this._resetValue = this._initialValue; >+ }, >+ > _getSizeAttr: function() { > return this.get('autoHeight'); > },
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 33199
: 6483