Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.7.9
-
Fix Version/s: Unscheduled
-
Component/s: Dedupe
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Per the test in https://github.com/civicrm/civicrm-core/pull/8640 GroupContact 'Removed' data is not retained
+ /**
+ * Check that the merge carries across various related entities.
+ *
+ * Note the group combinations 'expected' results:
+ *
+ * Group 0 Added null Added
+ * Group 1 Added Added Added
+ * Group 2 Added Removed **** Added
+ * Group 3 Removed null **** null
+ * Group 4 Removed Added **** Added
+ * Group 5 Removed Removed **** null
+ * Group 6 null Added Added
+ * Group 7 null Removed **** null
+ *
+ * The ones with **** are the ones where I think a case could be made to change the behaviour.
+ */