diff --git a/management/univention-web/js/widgets/_SelectMixin.js b/management/univention-web/js/widgets/_SelectMixin.js index 59471c0080..8a36e78e50 100644 --- a/management/univention-web/js/widgets/_SelectMixin.js +++ b/management/univention-web/js/widgets/_SelectMixin.js @@ -256,6 +256,8 @@ define([ } ); this.store.save(); + this._initialValue = null; // Fixes Bug #47141 + //if (this._isAutoValue) { // // reset the _initialValue in case we chose it automatically // this._initialValue = null;