Easy to fix.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_validate_in.patch | 1.33 KB | chx |
| #1 | views_validate_in.patch | 1.21 KB | chx |
| views_validate_in.patch | 1.2 KB | chx |
Easy to fix.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_validate_in.patch | 1.33 KB | chx |
| #1 | views_validate_in.patch | 1.21 KB | chx |
| views_validate_in.patch | 1.2 KB | chx |
Comments
Comment #1
chx commentedThe last one wanted to be $this->value.
Comment #2
chx commentedAnd, only IN / NOT IN uses that value. empty / not empty doesnt.
Comment #3
dawehnerViews3 on drupal6 doesn't rely on ctools, but as always ctools just uses a function which is already in views: views_var_export
Commited this change to 6.x-3.x and 7.x-3.x
Comment #4
giorgoskI have the feeling that this fix has introduced some bugs in the dev version
please take a look #1207680: No valid values found (6.x-3.x-dev & 7.x-3.x-dev)
Comment #5
cyberwolf commentedIt also causes issues in other modules, to name one: Countries (see #1061156: Countries - Views integration).