Closed (works as designed)
Project:
Views Datasource
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2014 at 18:52 UTC
Updated:
30 Sep 2014 at 14:51 UTC
Jump to comment: Most recent
Comments
Comment #1
anthonylindsay commentedhook_views_post_render isn't called because it is not being printed to a page. Drupal_json_output interrupts that.
If you want to alter it you'll have to hook in earlier (harder to do) , or separately fetch the bookmarks and deal with it client-side (a bit more overhead, but probably the solution I would choose).