I think view argument should not contain space.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | quicktabs-trim-whitespace-view-args-quicktabs-404170-9.patch | 812 bytes | infiniteluke |
| #1 | 404170_view_arg_no_space.patch | 1.5 KB | pasqualle |
I think view argument should not contain space.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | quicktabs-trim-whitespace-view-args-quicktabs-404170-9.patch | 812 bytes | infiniteluke |
| #1 | 404170_view_arg_no_space.patch | 1.5 KB | pasqualle |
Comments
Comment #1
pasqualleComment #2
pasqualleComment #3
katbailey commentedFixed with http://drupal.org/cvs?commit=185662
Comment #5
ineation commentedSorry, to reopen that, but I have a use case where I need to put views arguments (taxonomy terms name) that include a space in it.
I could use taxonomy term id instead but this will be less user friendly for the site admin later.
Right now I removed the validation lines that remove the space and my quicktabs works fine.
But again, I may be missing sthg (security?).
Comment #6
pasqualle@ineation: I would suggest to use the "Transform spaces to dashes in URL" option in view for the taxonomy term argument as it result in cleaner urls.
But you are right, the argument may contain a space, we should change it to simple trim.
Comment #7
glennpratt commentedWrong queue
Comment #8
afeijoPasqualle,
I use arguments with spaces, to filter by City Name! A field that came from Profile, where the user when signing in chose all available cities in a object
with that patch of yours, I cannot do that... any hint?
Comment #9
infiniteluke commentedNot sure if this patch will roll against other versions, but on 6.x-2.0-rc4, this patch replaces the line that removes whitespace all together with a trim.
Comment #10
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.