-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.3.X, Master
-
Fix Version/s: 7.3.X, 7.4.3.7 CE GA7, 7.4.13 DXP U3, Master
-
Component/s: Asset Libraries
-
Branch Version/s:7.3.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:2
-
Sprint:LIMA | QA Sprint 17
-
Git Pull Request:
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