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

(-)/usr/share/univention-management-console-frontend/js/umc/modules/uvmm/DriveGrid.js.orig (+5 lines)
 Lines 136-141    Link Here 
136
			} else {
136
			} else {
137
				this.inherited(arguments);
137
				this.inherited(arguments);
138
			}
138
			}
139
			//this._set('disabled', value);
140
		},
141
142
		_getDisabledAttr: function() {
143
			return false;
139
		},
144
		},
140
145
141
		buildRendering: function() {
146
		buildRendering: function() {
(-)/usr/share/univention-management-console-frontend/js/umc/modules/uvmm/DomainPage.js.orig (-1 / +1 lines)
 Lines 521-527    Link Here 
521
					} else if ( ! disabled ) {
521
					} else if ( ! disabled ) {
522
						this._generalPage.clearNotes();
522
						this._generalPage.clearNotes();
523
					}
523
					}
524
					this.disabled = disabled;
524
					//this.disabled = disabled;
525
					// name should not be editable
525
					// name should not be editable
526
					this._generalForm._widgets.name.set( 'disabled', true );
526
					this._generalForm._widgets.name.set( 'disabled', true );
527
					// currently this does not work for xen also (Bug #24829) -> otherwise the following block just deactivates the name for KVM
527
					// currently this does not work for xen also (Bug #24829) -> otherwise the following block just deactivates the name for KVM

Return to bug 29261