Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.3.X, Master
-
7.3.x
-
Committed
-
1
-
2
-
LIMA | QA Sprint 17
-
Default
Description
When deleting an asset library, there are some database wrong references, its ResourcePermission records are not deleted
Steps to reproduce
- Create an asset library
- Execute the SQL:
select * from DepotEntry
to get the DepotEntryId of the created asset library
- Execute this SQL:
select * from ResourcePermission where primKeyId = <DepotEntryId>
==> this query should return some records
- Delete the previously created asset library
- Execute again the SQL of step number 3:
- Expected behavior: the query doesn't return any record
- Wrong behavior: the query returns some records
- Expected behavior: the query doesn't return any record