- Issue created by @nginex
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
over 1 year ago Waiting for branch to pass - @nginex opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 3:28pm 9 May 2023 - Status changed to Needs work
over 1 year ago 7:26pm 9 May 2023 - 🇺🇸United States smustgrave
Next steps for this would be to add test coverage for the future.
- 🇳🇱Netherlands Lendude Amsterdam
And we should update the help text for the field to specify that it supports token or people will probably not realise.
- First commit to issue fork.
- last update
over 1 year ago 29,436 pass - Status changed to Needs review
over 1 year ago 12:58pm 26 June 2023 - Status changed to Needs work
over 1 year ago 4:33pm 26 June 2023 - 🇺🇸United States smustgrave
Tested this out using the test token in the MR and I get view block variables auto added to it. example node/[view:id] returns /node/content?title=&type=All&status=All&langcode=All
Not sure that is desired.
- 🇺🇸United States smustgrave
Which shows the test needs to be tweaked to check the full url value.
- Status changed to Needs review
over 1 year ago 7:10am 27 June 2023 - 🇮🇳India ranjith_kumar_k_u Kerala
Hi, In your example the view(content) has exposed filters so which is why exposed variables are added to the "more link" and this came from the following code
// Merge the exposed query parameters. if (!empty($this->view->exposed_raw_input)) { $url->mergeOptions(['query' => $this->view->exposed_raw_input]); }
on the getMoreUrl() function.
In our tests, we are testing the following view test_display_more and this doesn't have any exposed filters. So It only returns the following result
ie: node/[view:id] => /node/test_display_more
- 🇺🇸United States smustgrave
Still convinced they shouldn’t be added. Think it introduces a bad user experience.
- Status changed to Needs work
9 months ago 3:46pm 23 April 2024 - 🇳🇿New Zealand quietone
This might be a duplicate of ✨ Allow token replacement for array URLs on views custom URLs Needs work