Univention Bugzilla – Bug 33244
Edit of existing UDM object not possible after creating a new one
Last modified: 2013-11-29 11:45:21 CET
I think this is a generic error, but reproducible for shares: (1) Create a new share and cancel. (2) Try to open an existing share. (2) is not possible as the previous reference to the dialogue for creating a new object has not been reset to null. In fact this dialogue had not been shown as there are not choices to make. In consequence every time on clicks on the item in the grid to edit it, a new DetailPage is created and positioned in the DOM, however, this page is never shown or removed. The problem is the if case in udm.js, as this._newObjectDialog is not reset to null in this specific case: createDetailPage: function(...) { ... this.addChild(this._detailPage); if (this._newObjectDialog) { ... } } Changing it to "if (ldapName) {" should be sufficient, I guess.
Better set this._newObjectDialog = null when(hideDeferred) in the context of _newObjectDialog.on('Done')
It is a generic error, i can reproduce it for groups
Fixed in univention-management-console-module-udm 4.0.97-2.418.201311201441 YAML created. No changelog, no 3.2-0-next build yet.
*** Bug 33608 has been marked as a duplicate of this bug. ***
OK - could be reproduced OK - fixed in ucs_3.2-0-errata3.2-0 OK - YAML
http://errata.univention.de/ucs/3.2/3.html