View | Details | Raw Unified | Return to bug 38544 | Differences between
and this patch

Collapse All | Expand All

(-)a/ucs-4.0-2/management/univention-management-console-module-udm/umc/js/udm.js (+7 lines)
 Lines 266-271   define([ Link Here 
266
			// call superclass method
266
			// call superclass method
267
			this.inherited(arguments);
267
			this.inherited(arguments);
268
268
269
			if (this.props) {
270
				this.openObject = {
271
					objectType: this.props.objectType || this.moduleFlavor,
272
					objectDN: this.props.dn
273
				};
274
			}
275
269
			if ( 'users/self' == this.moduleFlavor ) {
276
			if ( 'users/self' == this.moduleFlavor ) {
270
				this.openObject = {
277
				this.openObject = {
271
					objectType: this.moduleFlavor,
278
					objectType: this.moduleFlavor,

Return to bug 38544