User tests: Successful: Unsuccessful:
The delete function returned before the related tag mappings were deleted resulting in the tag mapping not deleted.
Tracker:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30744
Good point. Updated PR to return the parent return value. Also only deleting the mapping if the parent delete was a success.
Since the Helper function doesn't return anything, we don't have to check this one.
Should that method return a boolean?