hubs
hubs copied to clipboard
Admin Panel Data Management: Setting scene or avatar to "removed" does not remove entry from DB
Description Hubs users expect to remove assets managed in the admin panel by setting the asset's state to "Removed" in the "Avatars" or "Scenes" tabs. While doing this does make the asset inaccessible at the hosted scene/avatar sid URL, it does not remove the entry from the database as expected.
To Reproduce Steps to reproduce the behavior:
- Go to the admin panel of a hubs instance with some scenes or avatars.
- Click on either the "Scenes" or "Avatars" tab in the left hand toolbar.
- Click the blue "Edit" button next to the asset you would like to manage.
- In the asset's details, attempt to change its "State" to "removed" and click "Save".
- Attempt to connect to the asset's sid url. You should see an error.
- Once again, edit the asset you are working with and set its "State" to "active" and click "Save". You will now be able to access the asset at its sid url
Expected behavior When setting an asset to "Removed" the asset should be deleted from the database entirely.
Screenshots