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

(-)a/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console-module-udm/umc/js/udm.js (-1 / +2 lines)
 Lines 1904-1911    Link Here 
1904
1904
1905
		_preloadDetailPage: function() {
1905
		_preloadDetailPage: function() {
1906
			this._ldapNameDeferred = new Deferred();
1906
			this._ldapNameDeferred = new Deferred();
1907
			if (this.moduleFlavor != this._preloadedObjectType) {
1907
			if (this.moduleFlavor != this._preloadedObjectType || this.openObject) {
1908
				// make sure that only users/user is preloaded
1908
				// make sure that only users/user is preloaded
1909
				// but do not preload if the module is opened with an user object to edit directly
1909
				return;
1910
				return;
1910
			}
1911
			}
1911
1912

Return to bug 40486