Closed (won't fix)
Project:
Location
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2008 at 03:02 UTC
Updated:
9 Oct 2008 at 23:15 UTC
I think it would be logical for user locations to be deleted when the referenced user is deleted. Currently, user locations are left in the database. Probably just requires implementing a 'delete' case in location_user.
Comments
Comment #1
Triskelion commentedSlightly more serious than that. When updating a location, the module is inserting a new record, and the old record remains, but blank. This leads to a problem with duplicate listings for nodes in views. See #140079: Sorting duplicates nodes with multiple values.
Comment #2
mandclu commentedI solved my problem by adding the following to the bottom of location_user:
It looks like the same needs doing for location_nodeapi, I'll open a new issue for that.
Comment #3
bdragon commentedWontfix for 1.x/2.x, already working in 3.x.