Here is a problem in views_php which is used for filtering entries. Some entries are shown without title and ids are messed.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | entityreference-views_php-1829068-6.patch | 1.21 KB | dealancer |
Here is a problem in views_php which is used for filtering entries. Some entries are shown without title and ids are messed.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | entityreference-views_php-1829068-6.patch | 1.21 KB | dealancer |
Comments
Comment #1
dealancer commentedLooks like there is similar issue for 6.x version of views php http://drupal.org/node/1166234
Comment #2
dealancer commentedThis problem happens in render() in entityreference_plugin_style.inc when calling runing code:
This code renders wrong values.
Comment #3
dealancer commentedComment #4
dealancer commentedLooks like problem happens when updating row index in a wrong way:
Comment #5
dealancer commentedThis is a quick sketch of a patch, which requires more testing.
Comment #6
dealancer commentedComment #7
dealancer commentedComment #8
andypostIs it possible to provide a test for this? Patch looks sane.
Comment #9
damien tournoud commentedLooks reasonable.
Comment #10
podarok#6 +1RTBC
Comment #11
damien tournoud commentedMerged into 7.x-1.x.