Active
Project:
BackReference
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 20:24 UTC
Updated:
25 May 2011 at 03:12 UTC
Could you please clarify how do we deal with "Content types that can be referenced" setting ? If I understand it right this CCK setting is shared between all instances of field, so if we attach same field to 2 content types we need to check them both. So there will be possible situation where you have articles and authors, and need to enable both articles and authors to be referenced in single field, which can lead to one article node mis-reference another article node instead of an author.
Comments
Comment #1
jcfiala commentedThat's part of the nodereference field, it's not something that's added by backreference.
And although it's true that the CCK setting is shared between all instances of a given field, that doesn't mean that all nodereferences share the same settings. You can set up a reference from articles that point to authors, and a different reference field from authors that point to articles, and that will work better than sharing the same field.
Comment #2
crea commentedWell project page makes impression that it only works for single field shared between content types, that's why I was asking:
Could you please update module description then ?
Comment #3
crea commentedComment #4
victorcoder commentedsubscribing, it's not clear
"This means that given a field instance of field_reference1, if you add a reference to NodeBeta to NodeAlpha's field_reference1 and NodeBeta has an instance of field_reference1, then NodeAlpha will be added to NodeBeta's instance of field_reference1."
So, what to user then? 2 different fields or share one to the 2 content types?
Comment #5
summit commentedSubscribing, greetings, Martijn
Comment #6
thedavidmeister commentedsubscribing, i made the same mistake.