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

(-)a/ucs-4.0-1/management/univention-management-console-frontend/umc/widgets/StandbyMixin.js (+3 lines)
 Lines 133-138   define([ Link Here 
133
		standby: function(/*Boolean*/ doStandby, /*mixed?*/ content) {
133
		standby: function(/*Boolean*/ doStandby, /*mixed?*/ content) {
134
			if (doStandby) {
134
			if (doStandby) {
135
				this.set('standingBy', true);
135
				this.set('standingBy', true);
136
			} else if (this._standbyDuringQueue.length) {
137
				console.log('Ignoring standby=false due to another standbyDuring call!');
138
				return;
136
			}
139
			}
137
			this._standbyStartedDeferred.then(lang.hitch(this, function() {
140
			this._standbyStartedDeferred.then(lang.hitch(this, function() {
138
				if (doStandby) {
141
				if (doStandby) {

Return to bug 37929