-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.1.10 DXP FP23, 7.1.10.6 SP6, 7.1.X, 7.2.X, 7.3.10 DXP FP1, 7.3.10.1 DXP SP1, 7.3.6 CE GA7, 7.3.X, 7.4.13 DXP GA1, Master
-
Component/s: Portal Services > Expando
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
Add at least one custom field for pages.
Add at least one custom field for users.
Create a page.
Create a user.
Modify the Primary Key of the page (and also every occurence of the value!) in the DB to match the userId of the user.
Delete the page.
Actual behavior:
The custom field values are deleted for the user as well (it can be seen in the expandovalue table).
Expected behavior:
The custom field values are not deleted for the user, only for the site.