Active
Project:
Views Multiblock
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2007 at 14:41 UTC
Updated:
21 Nov 2007 at 20:07 UTC
I'm using Views Argument API with Views_multiblock.
The View Arguments do not update relative to added taxonomy terms.
I will often add taxonomy terms that will be pulled by the API.
I wonder if there is a caching issue that can be resolved without diving into the db or reinstalling the api. I've cleared the views cache. function views_argument_api_rebuild_elements() {
cache_clear_all('views_argument_api_elements_all', 'cache'); doesn't clear to present new taxonomy entries...
I will post this at multiblock as well
Thanks!
Comments
Comment #1
krynsky commentedNote I had the same problem and was just able to fix it. I disabled the modules. then re-enabled them, ran update.php, then cleared the views cache and then it displayed the new taxonomy term i had added that wasn't being displayed before.