Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2012 at 15:47 UTC
Updated:
18 Oct 2012 at 01:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
finn lewisI have this working locally, by changing the filter handler in biblio.views.inc from
to
And in biblio_handler_filter_contributor_uid.inc, changing the value_options to use $row->drupal_uid rather than $row->cid.
Patch against current 7.x-1.x-dev attached
Comment #2
rjerome commentedHmmm, that was strange. Looks like I got half way through implementing that feature, then never finished.
It's committed now... http://drupalcode.org/project/biblio.git/commit/266ab64
Ron.
Comment #3
rjerome commented