- Issue created by @smustgrave
- Status changed to Needs review
over 1 year ago 3:23pm 11 September 2023 6:59 5:48 Running- 🇳🇱Netherlands Lendude Amsterdam
✨ Views: "More link" URL contains exposed filter parameters when using the "Custom URL" option Needs work showed that we can remove the logic for adding exposed filter data and this leads to no test failures, hence we are missing this coverage.
Since we are explicitly adding this data in \Drupal\views\Plugin\views\display\DisplayPluginBase::getMoreUrl we should add a test case that makes sure this doesn't regress.
This adds that test, crediting @ranjith_kumar_k_u for writing it in ✨ Views: "More link" URL contains exposed filter parameters when using the "Custom URL" option Needs work , I just updated it to check that this data does get added instead of the original that checked that it shouldn't get added
- Status changed to RTBC
over 1 year ago 4:14pm 11 September 2023 - last update
over 1 year ago 30,150 pass - last update
over 1 year ago 30,158 pass - last update
over 1 year ago 30,161 pass - last update
over 1 year ago 30,168 pass - last update
over 1 year ago 30,168 pass - last update
over 1 year ago 30,205 pass - last update
over 1 year ago 30,363 pass - Status changed to Needs work
over 1 year ago 3:15am 27 September 2023 - 🇳🇿New Zealand quietone
Thanks for moving this to a separate issue.
-
+++ b/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php @@ -294,6 +294,20 @@ public function testReadMoreCustomURL() { + $this->drupalCreateContentType(['type' => 'article']);
This looked odd to me. I tested without the article content type and the test passes. So, this can be removed.
-
+++ b/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php @@ -20,7 +20,7 @@ class DisplayTest extends ViewTestBase { + public static $testViews = ['test_filter_groups', 'test_get_attach_displays', 'test_view', 'test_display_more', 'test_display_invalid', 'test_display_empty', 'test_exposed_relationship_admin_ui', 'test_simple_argument', 'test_exposed_block'];
Since there is already a change to make, let's make this array multi-line and easier to read.
-
- last update
over 1 year ago 30,360 pass - Status changed to Needs review
over 1 year ago 10:44am 27 September 2023 - Status changed to RTBC
over 1 year ago 1:17pm 27 September 2023 - last update
over 1 year ago 30,361 pass - last update
over 1 year ago 30,360 pass - last update
over 1 year ago 30,367 pass, 2 fail The last submitted patch, 6: 3386511-6.patch, failed testing. View results →
- last update
over 1 year ago 30,377 pass - last update
over 1 year ago 30,377 pass - last update
over 1 year ago 30,384 pass - last update
over 1 year ago 30,392 pass, 1 fail - Status changed to Needs work
over 1 year ago 5:08pm 11 October 2023 The last submitted patch, 6: 3386511-6.patch, failed testing. View results →