Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.3.X, Master
-
7.3.x
-
Committed
-
3
-
2
-
LIMA | QA Sprint 17
-
Default
Description
When deleting a redirection, there are some database wrong references, its ResourcePermission records are not deleted
Steps to reproduce
- Go to Site => Configuration => Redirection
- Create a new Redirect
- Execute the SQL:
select * from RedirectEntry
to get the RedirectEntryd of the created redirect
- Execute this SQL:
select * from ResourcePermission where primKeyId = <RedirectEntryId>
==> this query should return some records
- Delete the previously created Redirect
- 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