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?

Comments

firewaller created an issue. See original summary.

firewaller’s picture

Title: Pass Authcached Views argument » Pass Authcached Views arguments
firewaller’s picture

Status: Active » Needs review
StatusFileSize
new1.1 KB

Working patch attached.

firewaller’s picture

Sorry, 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.

Status: Needs review » Needs work

The last submitted patch, 3: authcache-pass-view-arguments-3012470.patch, failed testing. View results