in _views_bulk_operations_rules_get_field() a state views cache is used but the cache key relies on the view name only, if the same view is used with different arguments in the same results will be returned (or at random intervals the crude form of the arguments before token replacement is used!!)
patch concatenates arguments to view name, but I assume it might be possible to avoid rebuilding the view by just executing the query with the new arguments.
| Comment | File | Size | Author |
|---|---|---|---|
| vbo_rules_views_cache_fix.patch | 814 bytes | alaa |
Comments
Comment #1
bojanz commentedCommitted a fix:
http://drupalcode.org/project/views_bulk_operations.git/commitdiff/9894582