Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2012 at 17:27 UTC
Updated:
13 Apr 2012 at 20:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
scor commentedIn the interim, I'm uploading a patch that limits the name to 128 for those running into the same issue.
Comment #2
rjerome commentedThe underlying issue here is that for "corporate authors", the "name" field is copied to the "lastname" field in biblio_parse_author() in biblio_contributors.inc. This is probably not really necessary, but I'll have to check to see what the ramifications of removing that are.
Comment #3
rjerome commentedThere were too many issues in trying to deal with corporate authors as a special case (with no lastname value) so I just widened the lastname field to 255 (update 7018).
http://drupalcode.org/project/biblio.git/commit/ba59e0f
Ron.