Closed (fixed)
Project:
Bibliography Module
Version:
6.x-2.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2013 at 15:02 UTC
Updated:
28 Feb 2013 at 13:41 UTC
When I save or merge an author with Drupal User ID "(None)" (drupal_uid = NULL), the author's drupal_uid is changed to 0. The author's link now becomes 'user/0/biblio' (instead of the expected 'biblio/author/XXX'), which of course doesn't work.
Comments
Comment #1
rjerome commentedFixed now (in the -dev release)
http://drupalcode.org/project/biblio.git/commit/eb8e3c2
Comment #2
mreggie commentedConfirmed (after a quick test). Thanks!
Comment #4
mreggie commentedSorry to bother you again, but I found some new entries with drupal_uid=0 in my database. This happens when an existing author (with drupal_uid=NULL) is edited and saved (confirmed with the latest 6.x-2.x0-dev from Feb. 24).
Comment #5
rjerome commentedYes, I see, but does the faulty link (user/0/biblio) get applied to those authors?
On my system it does not.
Comment #6
mreggie commentedAha, the links are indeed fixed!
I didn't get the way the fix was supposed to work, pleas ignore my ignorance...