Steps to reproduce:
- create a view page with taxonomy terms as arguments in the path field (ex: /articles/%)
- include this view into the sitemap

Entries with patterns like /articles/tag1 are created (=ok)
But an entry is also created with the following pattern: /articles/%2A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

beloa created an issue. See original summary.

WalkingDexter’s picture

Title: Views with arguments create a /%2A url entry » Support wildcards in the view path
Version: 8.x-3.6 » 8.x-3.x-dev
Assigned: Unassigned » WalkingDexter
Category: Bug report » Feature request
Issue summary: View changes

This is not a bug. The module does not currently support wildcards in the view path.

gbyte’s picture

Component: Code » Code: Views integration
WalkingDexter’s picture

Status: Active » Needs review
FileSize
8.86 KB

Patch with solution. Set "Needs review" to run tests.

WalkingDexter’s picture

Status: Needs review » Needs work

Needs test coverage for new functionality.

gbyte’s picture

Good to see you @WalkingDexter! Looking forward to your merge request.

WalkingDexter’s picture

Status: Needs work » Needs review
FileSize
15.17 KB

Added tests.

  • WalkingDexter committed 2dd7bfd on 8.x-3.x
    Issue #3143229 by WalkingDexter, beloa: Support wildcards in the view...
WalkingDexter’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.