After the patch for #2890122: Allow wildcard path conditions was merged and committed, it turned out part of the code was omitted. Specifically the part identified in comment #34 of that issue: When you have over 20 entries in Protected Pages, the interface paginates. Any entries that use wildcards past the first page of entries no longer work. Non-wildcard entries continue to apply, but not the wildcards.

I identified this in #65 and added a patch to re-add the missing code changes in #66.

I am submitting this issue as a bug report for the current version 8.x-1.9 in order to add the patch here.

CommentFileSizeAuthor
#2 3557159-2.patch1.35 KBmxwright
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mxwright created an issue. See original summary.

mxwright’s picture

Status: Active » Needs work
StatusFileSize
new1.35 KB

Here is the patch

mxwright’s picture

Issue summary: View changes
mxwright’s picture

Issue summary: View changes
anybody’s picture

@mxwright maybe you could turn this into a MR?

oksana-c made their first commit to this issue’s fork.

  • oksana-c committed 62e0f97c on 3557159-wildcard-path-conditions
    Issue #3557159: Wildcard path conditions don't apply after 20 entries.
    

  • oksana-c committed 388bf8f3 on 8.x-1.x
    fix: #3557159 Wildcard path conditions don't apply after 20 entries
    
    By...
oksana-c’s picture

Status: Needs work » Fixed

Added a test and merged. Thank you @mxwright!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

oksana-c’s picture

Status: Fixed » Closed (fixed)