Closed (fixed)
Project:
References
Version:
7.x-2.0-beta3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Jul 2011 at 21:00 UTC
Updated:
2 Jan 2012 at 23:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
kunago commentedWrong module, sorry.
Comment #2
kunago commentedApplying the patches attached does the trick. This works for the select widget and I only tested with the Node reference since I have no use in the mean time for User reference. Both submodules however use the same function with the same content. That is why I dared to patch User reference as well because I assume it would work the same.
Let me know if you find something not working as I have not tested it deeply enough.
Comment #4
alaa commentedthis would be very useful
Comment #5
kunago commentedAs I wrote in #2, it is working (at least it does for me) but someone who can generate proper patch files should create them. I seem to be missing something because my patches never pass; the code works however.
Comment #6
michaelfavia commentedConsolidated patches and tested locally. In use on a production site now. Thank you @kunago.
Comment #7
michaelfavia commentedAnd with that pass id like to suggest for rtbc with two or three confirmations that it works in this issue and a passing grade from testbot.
Comment #8
yched commentedAdjusted a little :
- stripped tags from the group text, they look bad in selects
- keep aflat list when providing options for "Views filter on a noderef field" (the config form uses checkboxes, which don't support optgroups)
Committed the attached patch.
Thanks !