Closed (fixed)
Project:
Node access user reference
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 13:54 UTC
Updated:
4 Mar 2012 at 09:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
danielb commentedI guess we'll have to support whatever they migrate their users to.
I maintain five 'reference' related modules, and at least two others that integrate with references. I think using the relation module would be good too.
I can't make a generic "entity access entity reference" as of Drupal 7 though, since the access system currently only applies to nodes.
Comment #2
danielb commentedI quickly knocked up a patch to support entityreference, it is against the current 7.x-3.x repository.
Please try it out.
Comment #3
danielb commentedbecause of the way entityreference works you might have to go into the config twice before seeing the settings of this module?nope it's fine
Comment #4
pyrello commented@danielb - Thanks for the quick response. I will try out this patch as soon as I have a spare moment and report back my findings.
Comment #5
pyrello commentedFor anyone else that is testing this out, please note that you must enable Entity Reference prior to enabling nodeaccess_userreference.
Comment #6
pyrello commentedI have not run into any issues with this patch so far.
Comment #7
danielb commentedOK I'll commit that then.