Problem/Motivation

The wildcard character does not work unless the * is at the end of the URL.

Steps to reproduce

1. Add the following URL with the class to the configuration of a specific page class: /node/*/edit|my-edit
2. Check any node edit page. The page is missing a class

Comments

Pablo_Pukha created an issue. See original summary.

yogesh kambari’s picture

StatusFileSize
new186.7 KB
new356.46 KB

Hi,
Patch looks good to me. Validated on Drupal instance with version 10.1.2-dev. Attaching screenshots for reference.

  • Pablo_Pukha authored c3bfe900 on 2.0.x
    Issue #3373861 by Pablo_Pukha: The wildcard not work correct
    
hardik_patel_12’s picture

Assigned: pablo_pukha » Unassigned
Status: Needs review » Fixed

Thanks, @Pablo_Pukha and @Yogesh Kambari, the issue has been fixed to the 2.0.x branch.

Status: Fixed » Closed (fixed)

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

krakenbite’s picture

Version: 2.0.8 » 2.0.x-dev
Status: Closed (fixed) » Needs work
Issue tags: -wildcard, -class

I reverted this commit. It breaks wildcard. Needs check

avpaderno’s picture

Title: The wildcard not work correct » The wildcard does not correctly work
pablo_pukha’s picture

Could you clarify what issue you encountered with the wildcard? I don't have any issues with this fix