View | Details | Raw Unified | Return to bug 44471
Collapse All | Expand All

(-)a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/_SelectMixin.js (-2 / +4 lines)
 Lines 89-96    Link Here 
89
89
90
		value: null,
90
		value: null,
91
91
92
		// internal variable to keep track of which ids have already been added
92
		// internal object to keep track of which ids have already been added
93
		_ids: {},
93
		_ids: null,
94
94
95
		_firstValueInList: null,
95
		_firstValueInList: null,
96
96
 Lines 127-132    Link Here 
127
127
128
		postMixInProperties: function() {
128
		postMixInProperties: function() {
129
			this.inherited(arguments);
129
			this.inherited(arguments);
130
			this._ids = {};
130
131
131
			this._saveInitialValue();
132
			this._saveInitialValue();
132
133
 Lines 255-260    Link Here 
255
				} )
256
				} )
256
			} );
257
			} );
257
			this.store.save();
258
			this.store.save();
259
			this._ids = {};
258
260
259
			//if (this._isAutoValue) {
261
			//if (this._isAutoValue) {
260
			//	// reset the _initialValue in case we chose it automatically
262
			//	// reset the _initialValue in case we chose it automatically

Return to bug 44471