Active
Project:
Node access user reference
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2013 at 18:27 UTC
Updated:
10 Jul 2014 at 14:39 UTC
Jump to comment: Most recent
Comments
Comment #1
mrded commentedAs I can see nodeaccess_userreference attribute is already exportable. Reopen it if I'm wrong
Comment #2
djdevinYeah it's a variable but, but that one variable stores the settings for all nodeaccess_userreference fields.
So let's say we have two user reference fields on two different content types, when we package up each content type individually (with features for example) we can't package up the nodeaccess_userreference settings, because that variable captures all settings for all fields and those features would conflict when enabled together. The variable should really be called nodeaccess_userreference_CONTENT_TYPE_FIELD_NAME or instead use the field storage for that field instance so that a specific field's setting can be exported and not contain settings for all other fields.