Univention Bugzilla – Attachment 9141 Details for
Bug 44471
Searchfilter in usermodule only usable once
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
44471.patch (text/plain), 1.05 KB, created by
Johannes Keiser
on 2017-08-23 15:52:13 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Johannes Keiser
Created:
2017-08-23 15:52:13 CEST
Size:
1.05 KB
patch
obsolete
>Index: management/univention-web/js/widgets/_SelectMixin.js >=================================================================== >diff --git a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/_SelectMixin.js b/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/_SelectMixin.js >--- a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/_SelectMixin.js (Revision 82428) >+++ b/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/_SelectMixin.js (Arbeitskopie) >@@ -89,8 +89,8 @@ > > value: null, > >- // internal variable to keep track of which ids have already been added >- _ids: {}, >+ // internal object to keep track of which ids have already been added >+ _ids: null, > > _firstValueInList: null, > >@@ -127,6 +127,7 @@ > > postMixInProperties: function() { > this.inherited(arguments); >+ this._ids = {}; > > this._saveInitialValue(); > >@@ -255,6 +256,7 @@ > } ) > } ); > this.store.save(); >+ this._ids = {}; > > //if (this._isAutoValue) { > // // reset the _initialValue in case we chose it automatically
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 44471
:
8806
|
8807
| 9141