Thanks for the great module. Perhaps I am missing something. When I set keywords to become taxonomy terms this works fine and the keywords appear in the vocabulary 'tags'. However the biblio node is not tagged by the taxonomy term, is this correct? How can I set it up so that biblio entries appear on the appropriate taxon page? Thanks for your help.

Comments

rjerome’s picture

I believe that's a bug. I'll report back here when it's fixed.

rjerome’s picture

Status: Active » Fixed

This is fixed now, but has me thinking that migrating all the keyword functionality to taxonomy might be a good idea.

http://drupalcode.org/project/biblio.git/commit/6f2ec89

Ron.

apdp300’s picture

Thanks very much. Now the biblio entries appear on the taxon page as I hoped.

But another issue has appeared - I have a content type, typeA with an entity reference to a biblio content type. Previously in a views listing of typeA I get the referenced biblio item via a relationship and display its full biblio citation. But this now seems to be broken. The biblio citation field in the view is empty. I am able to access other biblio fields through the entity reference but some seem to generate errors : Notice: Undefined property: biblio_handler_field::$labels in biblio_handler_field->set_label() (line 53 of .../sites/all/modules/biblio/views/biblio_handler_field.inc) for example.

All help appreciated. Thanks.

rjerome’s picture

Were you using the dev version before? If so do you know which one? The changes I made for the taxonomy shouldn't have caused the issue you mention above, but their may have been some other change.

rjerome’s picture

Have you tried clearing your caches?

apdp300’s picture

Hi, thanks for your help. Clearing caches doesn't make any difference. I am currently using 7.x-1.0-rc4+83-dev. Yesterday I upgraded from the previous development release 7.x-1.x-dev, which itself was installed only a few days ago, so there won't be so many changes between these two versions I think. In the current version taxon seems to be working as desired (I haven't fully tested it yet though), but biblio citation field is empty in views using entity reference. In the previous dev version I was using this was working fine, but not taxonomy of course. But I don't know exactly which version it was or how to find out since I removed the directory.

Edit - I am able to the biblio citation with views when not using an a relationship to an entity reference - the views which come with the biblio module work okay, the problem only arises when the view uses an entity reference to a biblio node.

Edit2 - by the way the issue is not critical since I am able to reconstruct the biblio citation by rewriting the title and authors fields etc which can be obtained through the entity reference in views for some reason. Some generate errors like : Notice: Undefined property: stdClass::$biblio_tid in biblio_handler_field->set_label() (line 52 of .../sites/all/modules/biblio/views/biblio_handler_field.inc).

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Fixed typo