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.

CommentFileSizeAuthor
#1 views_cycle-486702.patch5.45 KBeabrand

Comments

eabrand’s picture

Status: Active » Needs review
StatusFileSize
new5.45 KB

Here's a patch for that

Crell’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.