Closed (won't fix)
Project:
Hierarchical Select Node Reference
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 03:44 UTC
Updated:
9 Aug 2010 at 10:02 UTC
Comments
Comment #1
jrao commentedOf the top of my head, I don't see an easy way to do this, since each node field is rendered separately, this feature requires we connect different fields together.
Comment #2
JMTorres commentedI also need this functionality. My current theoretical solution does not use HSNR, but depends on Node Relationships. The problem with my solution is that although the selection modal may be limited by the selected parents, the user can still bypass it and use the autocomplete.
Ultimately, being able to do this with HSNR would be a much better solution.
Comment #3
jrao commentedI'm not convinced this should be done by this module, it looks to me that only 2 level hierarchy can use this feature. I think the feature we need here is to allow the selected value of one field in the node form (Company in the example) to change the selection options of other fields (Executive, etc), the trigger field does not have to be a node reference, the other fields should be node reference, the nr views integration can probably be used here, plus some ajax magic. I'm not sure if there're existing modules for this, but I think it should be implemented as a separate module, so marked as won't fix for now.