--- a/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console-module-udm/umc/js/udm.js (Revision 81052) +++ a/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console-module-udm/umc/js/udm.js (Arbeitskopie) @@ -1904,8 +1904,9 @@ _preloadDetailPage: function() { this._ldapNameDeferred = new Deferred(); - if (this.moduleFlavor != this._preloadedObjectType) { + if (this.moduleFlavor != this._preloadedObjectType || this.openObject) { // make sure that only users/user is preloaded + // but do not preload if the module is opened with an user object to edit directly return; }