- Issue created by @chizh273
- Merge request !8422Issue #3454813: NULL contextual argument should be skipped during views URL generation β (Open) created by chizh273
- Issue was unassigned.
- Status changed to Needs review
7 months ago 1:44pm 15 June 2024 - πΊπ¦Ukraine chizh273
I have created MR with
SkipFromRouteParamsInterface
interface implementation. Could someone review it, pls? - Status changed to Needs work
7 months ago 7:50pm 17 June 2024 - πΊπΈUnited States smustgrave
Thank you for reporting
MR should point to 11.x as the current development branch
Also tagged for tests to show the issue.
- πΊπ¦Ukraine chizh273
I have updated MR to point to 11.x
Also, MR works fine for Drupal 10.3.x. and so in addition, I have added a patch version of this MR for Drupal 10.2.x.
- Assigned to chizh273
- πΊπ¦Ukraine chizh273
I have updated the logic of getting arguments for checking and, also, updated the PathPluginBaseTest test to cover this change.
- πΊπΈUnited States smustgrave
Removing test case because test-only feature is showing coverage https://git.drupalcode.org/issue/drupal-3454813/-/jobs/2901632
Will probably need a CR for how to use new interface.
Also proposed solution mentions 2 approaches but not which was taken.