Closed (fixed)
Project:
Quick Tabs
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2024 at 16:28 UTC
Updated:
6 Mar 2025 at 20:14 UTC
Jump to comment: Most recent
The below comment can be acted upon as the issue is fixed.
/src/Plugin/TabType/ViewContent.php
// Set additional cache keys that depend on the arguments provided for this
// view.
// Until this is fixed in core:
// https://www.drupal.org/project/drupal/issues/2823914
$render['#cache']['keys'] = array_merge($render['#cache']['keys'], $args);
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kul.pratap commentedComment #4
kul.pratap commentedComment #5
kul.pratap commentedComment #6
anish.a commentedYou just removed that comment!
What was the context for the comment? What change was needed?
Comment #7
anish.a commentedAdding the reference issue.
Comment #8
anish.a commentedFrom what I read, the code can be removed. Let me reproduce the issue on Drupal 9.0.x.
Comment #9
kul.pratap commented@anish.a Should i remove the code below the comment because the reference issue is fixed.
Comment #10
anish.a commentedRemoved unwanted code. Tests are passing.
Comment #11
divyansh.gupta commentedSince the referenced issue is fixed and the changes looks good to me and working as expected, also the module is working fine after this fix.
thus moving it to RTBC
Comment #14
smustgrave commentedComment #15
smustgrave commented