User delete cause Dashboard collapse

Hi guys,

Today we realized that if we delete a user, Dashboard gets collapsed. The reason after running through the browser inspector seems to be that the given user had objects that should be listed in the “Newest objects” and “Last modified objects” section of the Dashboard and this two object request gets 500 from the backend which makes Datagerry to go to the /connect page.

Hi @jahorva,
thanks for this input, we could reproduce the issue. We will fix that in a future release.

As a hotfix you can change the “author_id” and “editor_id” (if it is set) of the objects in the database. (The collection is cmdb.framework.objects).

Set the value to 1 (this is the admin user which is not deletable).

BR Adnan