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

rjerome’s picture

Status: Active » Fixed
mreggie’s picture

Confirmed (after a quick test). Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mreggie’s picture

Version: 6.x-2.0-rc2 » 6.x-2.x-dev
Status: Closed (fixed) » Active

Sorry 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).

rjerome’s picture

Yes, I see, but does the faulty link (user/0/biblio) get applied to those authors?

On my system it does not.

mreggie’s picture

Version: 6.x-2.x-dev » 6.x-2.0-rc2
Status: Active » Closed (fixed)

Aha, the links are indeed fixed!

I didn't get the way the fix was supposed to work, pleas ignore my ignorance...