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

(-)a/management/univention-management-console-module-udm/umc/js/udm.js (-1 / +1 lines)
 Lines 1585-1591   define([ Link Here 
1585
		createDetailPage: function(objectType, ldapName, newObjOptions, /*Boolean?*/ isClosable, /*String?*/ note) {
1585
		createDetailPage: function(objectType, ldapName, newObjOptions, /*Boolean?*/ isClosable, /*String?*/ note) {
1586
			// summary:
1586
			// summary:
1587
			//		Creates and views the detail page for editing LDAP objects.
1587
			//		Creates and views the detail page for editing LDAP objects.
1588
			if(this._detailPage && this._defaultObjectType == objectType && !this._newObjectDialog){
1588
			if (this._detailPage && this._defaultObjectType == objectType && !this._newObjectDialog && !(ldapName instanceof Array)) {
1589
				this._ldapNameDeferred.resolve(ldapName);
1589
				this._ldapNameDeferred.resolve(ldapName);
1590
			} else {
1590
			} else {
1591
				this._setDetailPage(objectType, ldapName, newObjOptions, isClosable, note);
1591
				this._setDetailPage(objectType, ldapName, newObjOptions, isClosable, note);

Return to bug 39779