Index: umc/python/udm/__init__.py =================================================================== --- umc/python/udm/__init__.py (Revision 32891) +++ umc/python/udm/__init__.py (Arbeitskopie) @@ -336,6 +336,8 @@ except UDM_Error, e: result.append( { '$dn$' : ldap_dn, 'success' : False, 'details' : str( e ) } ) + return result + thread = notifier.threads.Simple( 'Get', notifier.Callback( _thread, request ), notifier.Callback( self._thread_finished, request ) ) thread.run() Index: umc/js/udm.js =================================================================== --- umc/js/udm.js (Revision 32891) +++ umc/js/udm.js (Arbeitskopie) @@ -1244,7 +1244,7 @@ // see whether all objects could be removed successfully var success = true; var message = '

' + this._('The following object(s) could not be deleted:') + '