Create a content pane view that takes an argument via context with a matching page view (set in Link display) that takes the same argument as part of the URL. An example would be passing the Content ID via context (Node ID) to get a list of all content within a given OG group. The associated page view would have a path like /node/%/news.
In the content pane view configuration: Link to view:Yes and Allow settings: Link to view (checked)
Then insert the content pane in a panels page. Prior to ctools 1.11, you would have a view pane with the title linked to the associated page view with the path argument set from context (e.g. node/1/news).
After ctools 1.11, the argument is not set, and for the pane title link you get a path like /node/%2A/news
Based on testing, this bug is a result of the changes in #1910608: Ajax + Allow settings: Allowed settings lost on ajax (exposed forms/pager). When that patch is reverted, the pane title links for view panes where the path contains an argument work as expected.
Comments
Comment #2
jastraat commentedComment #3
jastraat commentedComment #4
jastraat commentedDuplicate of #2824242: Views content pane title link broken after upgrade to Ctools 7.x-1.11