- last update
11 months ago Custom Commands Failed - Status changed to Needs work
11 months ago 2:29pm 18 December 2023 - πΊπΈUnited States smustgrave
Also recommend converting to MRs as easier reviews.
Still needs sub-maintainer review but NW for the CC failures.
- First commit to issue fork.
- Merge request !7558fix(views): [#2778345] Views argument validators should impact route access checks (patch #52) β (Open) created by dww
- Status changed to Needs review
7 months ago 3:11am 18 April 2024 - πΊπΈUnited States dww
I just ran into this bug on a new project. I was amazed this was broken. I dug deep into the views code, only to find:
// @todo How do we apply argument validation?
buried in
core/modules/views/src/Plugin/views/display/PathPluginBase.php
.Searched the d.o queue and landed here. Thankfully, patch #52 applies cleanly both to 11.x HEAD and my 10.2.5 site. Converted to an MR. Fixed the phpcs and phpstan errors. I haven't addressed #35 / #47, but wanted to get this back into a reviewable state.
Let's smash this bug!
Thanks,
-Derek - πΊπΈUnited States dww
Hiding all attached files and starting to save credits.
- Status changed to Needs work
7 months ago 3:58am 18 April 2024 - πΊπΈUnited States dww
Well, drat. There are legit test failures in both of these:
core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php core/modules/taxonomy/tests/src/Functional/TermTest.php
I'm out of time for today, but I hope to get back to this soon. π If anyone else wants to run with it in the meanwhile, please do. π
Thanks,
-Derek - π¬π§United Kingdom jonathanshaw Stroud, UK
@dww you may be encountering #35 / #47