Hello,
I'd like to use view to list some nodes located in several provinces, so I would need to give a list a province id as arguments (ex : 76,32,45).
We can do that for exemple with uid or nid but many field to let us to do that.
If someone has a clue on how to do that, I'm interested !
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | location-allow_multiple_terms_per_argument-642576-8.patch | 2.77 KB | jerenus |
| #1 | location_multi_province_view_argument_handler.patch | 2.27 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedI tried something, it seems to work
I've modified the location_handler_argument_location_province.inc file
I haven't changed the summary_name function because I don't really understand its purpose.
Comment #2
msumme commented+1 for this. This should definitely be in the location module.
Comment #3
yesct commentedtagging.
Comment #4
ankur commentedChanging version to 7.x-4.x, since that is where functionality enhancements will be considered.
Comment #5
podarok#1931088: [META] Fixing tests tests were broken, so triggering to active
Comment #6
podarokbot
Comment #7
podaroktabstops should be whitespaces
and trailing whitespaces errors
http://drupal.org/coding-standards#indenting
Comment #8
jerenus commentedReroll.
Comment #9
jerenus commentedComment #10
podarok#8 commited pushed to 7.x-3.x
thanks!!!