Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.1, 4.1.2
-
Fix Version/s: 4.2.0
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
Steps to reproduce:
1.) Enable OG and CiviCRM OG sync module
2.) Create an OG.
3.) Delete the Corresponding CiviCRM Groups.
4.) Try to delete the Organic Group node
Result: Fatal Error
It looks like the $abort flag that is supposed to be set when a node is being deleted is reversed. See attached patch. I.e, the intended behavior seems to be that we should NOT abort with a Fatal Error if the groupID is not found when we are deleting the node. The actual behavior is the opposite.