Closed (outdated)
Project:
Conditional Fields
Version:
6.x-2.0
Component:
Compatibility w/ other modules
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2012 at 17:35 UTC
Updated:
30 Mar 2016 at 21:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jean-baptiste commentedThe attached patch excludes Node reference fields.
With a few thousands nodes, the page was simply not loading because of the invocation of hook_allowed_values, which produces drop-down lists containing thousands of elements.
Comment #2
mwz commentedI ran into the same issue as beck24 and your patch helped immensely.
The site I am working on needed to be able to exclude node references for certain content types and allow it for others.
The attached patch expands on your code, allowing each content type control over whether it will allow or disallow node references.
I wasn't sure how to attribute the block of code from your patch, so I explained it's origin in a comment. Not sure if that was correct.
Comment #3
peterpoe commented