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

(-)a/management/univention-web/js/widgets/_SelectMixin.js (+2 lines)
 Lines 256-261   define([ Link Here 
256
			} );
256
			} );
257
			this.store.save();
257
			this.store.save();
258
258
259
			this._initialValue = null; // Fixes Bug #47141
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
261
			//	this._initialValue = null;
263
			//	this._initialValue = null;

Return to bug 47141