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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3557159-2.patch | 1.35 KB | mxwright |
Issue fork protected_pages-3557159
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:
- 3557159-wildcard-path-conditions
changes, plain diff MR !51
Comments
Comment #2
mxwright commentedHere is the patch
Comment #3
mxwright commentedComment #4
mxwright commentedComment #5
anybody@mxwright maybe you could turn this into a MR?
Comment #11
oksana-c commentedAdded a test and merged. Thank you @mxwright!
Comment #13
oksana-c commented