Currently we use Drupal.settings to pass the thumbnail version of the field forward to jQuery. That works fine, unless you do ajax paging in which case you are missing data. Right now we're doing some horrific crap in the preprocess function to pass forward extra bits of Drupal.settings. Instead, let's just use hidden divs and match based on their ID instead. Much cleaner.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_cycle-486702.patch | 5.45 KB | eabrand |
Comments
Comment #1
eabrand commentedHere's a patch for that
Comment #2
Crell commentedCommitted. Thanks!