I have multiple of the same view blocks with unique arguments on the same page. The view blocks render correctly without authcache, but they all get overwritten as if they had the same argument (I'm guessing the first one replaces all the frags). Is there any way we could pass the arguments as additional param to treat each view block individually?
| Comment | File | Size | Author |
|---|
Comments
Comment #2
firewaller commentedComment #3
firewaller commentedWorking patch attached.
Comment #4
firewaller commentedSorry, false positive. The above patch cancels caching and results in a "Failed to find url generator for route frag/views/VIEW_NAME/VIEW_DISPLAY/VIEW_ARGS" error.