- π§π¦Bosnia and Herzegovina nno
#45 works great. Thank you very much!
- π¨π¦Canada joseph.olstad
Patch 45 works great on 1.4.0
Great work and is desperately needed!
- Status changed to RTBC
over 1 year ago 10:03pm 22 March 2023 - π¨π³China hongqing
Patch 45 does not work well with Drupal 10.0.8 with Facets 2.0.6 and Facets Pretty Paths 8.x-1.4. Without this patch, the url/category_a/1/category_b/11 becomes /category_a/1/category_b/11/category_a/1/category_b/12, with this patch, the url becomes category_a/1/category_b/11/category_b/12 but not category_a/1/category_b/11,12 as expected.
- π³π±Netherlands ifrik
Using Facets Pretty Paths 8.1.4 and Facets 2.0.5
Patch #13 works when used together with patch #3 from [3268360]
Patch #45 does not work for me, neither with or without the Facets patch
- πΊπΈUnited States fallenturtle
I'm using Pretty Paths 8.x-1.4 and Facets 2.0.6. After patch 45 when I click on a facet it adds it to the url, but the facet itself doesn't get checked.
- π·πΈSerbia krug
Drupal Version 9.5.9
PHP Version 8.1.15
facets 2.0.6
acets_pretty_paths 8.x-1.4Before the patch. Category multiple times.
test.com/products/aaaaa/525/aaaaa/525/bbbbb/523/aaaaa/525/aaaaa/525/bbbbb/523/ccccc/325/aaaaa/525/aaaaa/525/aaaaa/525/aaaaa/525/bbbbb/523/bbbbb/523/ccccc/325/ddddd/332Patch #45 works great. Thank you very much!
-
joseph.olstad β
committed 3aebb6c5 on 8.x-1.x authored by
sagesolutions β
Issue #3254600 by StryKaizer, sagesolutions, guy_schneerson, MeenakshiG...
-
joseph.olstad β
committed 3aebb6c5 on 8.x-1.x authored by
sagesolutions β
- Status changed to Fixed
about 1 year ago 10:57pm 8 September 2023 - π©πͺGermany marcoka
Thank you very much.
Feedback: That also works here with
drupal 10.1
facets 2.0.6
and Facets Short Pretty Paths 1.0.0-alpha4 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
6 months ago 6:21pm 26 May 2024 - π¨π³China hongqing
It seems the patch cannot be applied to Facet Pretty path 2.01. I got the following error:
Checking patch src/Plugin/facets/url_processor/FacetsPrettyPathsUrlProcessor.php... error: while searching for: } $pretty_paths_presort_data = $this->sortByWeightAndName($pretty_paths_presort_data); $pretty_paths_string = implode('', array_column($pretty_paths_presort_data, 'pretty_path_alias')); $url = Url::fromUri('internal:' . $facet->getFacetSource()->getPath() . $pretty_paths_string); $url->setOption('attributes', ['rel' => 'nofollow']); // First get the current list of get parameters. error: patch failed: src/Plugin/facets/url_processor/FacetsPrettyPathsUrlProcessor.php:162 error: src/Plugin/facets/url_processor/FacetsPrettyPathsUrlProcessor.php: patch does not apply