D10 Warning when enabling path with exclusion

Created on 5 July 2023, 12 months ago
Updated 16 November 2023, 7 months ago

Problem/Motivation

Unable to save a path exclusion on Pages using format given in example
!/node/21

Steps to reproduce

Save a new path for block with the ! flag and drupal gives a warning and doesn't save the form.

Result :
Error message
The path !/node/21 requires a leading forward slash when used with the Pages setting.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

2.1

Component

User interface

Created by

πŸ‡³πŸ‡ΏNew Zealand kiwibrogrammerNZ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kiwibrogrammerNZ
  • πŸ‡ΊπŸ‡ΈUnited States tyler-durden

    I have run into the same issue. This module version worked ok in my Drupal 10.0x sandbox, but once I updated to 10,1x I started getting this error when saving. I'm not a programmer, but maybe this will help someone diagnose further?

  • πŸ‡ΊπŸ‡ΈUnited States jcontreras

    I would have to guess this is a core issue not allowing urls without a starting "/" to be saved... I would have to track it down and maybe create a patch for core.

  • Status changed to Needs work 11 months ago
  • πŸ‡ΊπŸ‡ΈUnited States jcontreras

    As I suspected it has to do with Drupal core. I created a patch for now till I can figure out a cleaner way to fix this.

    Apply Drupal core patch and please let me know if that works for you:

    https://www.drupal.org/project/drupal/issues/3375092#comment-15153306 πŸ’¬ Drupal 10.1 + Rejecting paths not conforming to standard URL's set by Drupal Postponed: needs info

  • πŸ‡ΊπŸ‡ΈUnited States tyler-durden

    I applied the patch and ran multiple tests. I can save the url with ! at the beginning, BUT the block does not appear on any page when that is saved. I honestly don't know if this was working before 10.1 as I only installed it briefly before I upgraded to 10.1, and I never fully tested it.

    I don't see any errors being reported in Watchdog. Not sure how much more I can help as I'm not a developer, but I will play around with it more when I have time to see if I can get something working.

  • Status changed to Needs review 11 months ago
  • πŸ‡ΊπŸ‡ΈUnited States jcontreras

    @tyler-durden - I have tested and I can confirm that my block is showing on the right pages and not showing where it's not supposed to.
    have you updated the module to the latest of this issue "2.1.0-beta2"?

  • πŸ‡ΊπŸ‡ΈUnited States cilefen
  • πŸ‡ΊπŸ‡ΈUnited States cilefen

    As the change was a bug fix to core I don't see special cases going in to support this module. Can you override the validator method in the RequestPath plugin instead?

    Automated tests prevent these surprises. I recommend implementing some.

  • πŸ‡ΊπŸ‡ΈUnited States jcontreras

    Ok, I'll try and figure out overwrite the method via the module. In the main time, I'll keep this patch active on the link above for those that need it on Drupal 10. I'll close it when I have the validation overwritten on my part and the new version of this module loaded. Thank you.

  • πŸ‡ΊπŸ‡ΈUnited States tyler-durden

    I am using 2.1.0-beta2, and I think I found a pattern but I've been pulled away and won't be able to test further for a week or two.

    The block I added for this testing of the patch, I added to a page that is numbered only, example /23. It should have excluded from /23 only, but excluded from /24, etc. I did not use a wildcard.

    I found the original blocks I had created with these, and they are working but they are on pages with text as urls and used wildcards in the filter.

    I will try to do more testing in a week or two, but I think this is a separate issue than this one.

  • πŸ‡ͺπŸ‡¨Ecuador jwilson3

    Reading through the upstream issue, πŸ’¬ Drupal 10.1 + Rejecting paths not conforming to standard URL's set by Drupal Postponed: needs info several ideas come to mind for approaches to fix this in the module/patches here:

    Starting Drupal 10.1 there are some constraints added to pages settings in blocks, that only allow strings "" and anything beginning with a forward slash "/", there for limiting the use of this settings section. Block Exclude Pages module uses a "!" at the beginning of URLs on pages settings to exclude some pages when a wild card is used.

    • Change the module's syntax so that the negation flag "!" is last, and thereby passes validations.
    • Change the module's syntax to be something that looks more like a URL eg `/not/somepath` instead of `!/somepath/`
    • Create a completely separate block visibility plugin that completely overrides and replaces the core functionality, and doesn't suffer from the validation limitations.
  • First commit to issue fork.
  • @samlerner opened merge request.
  • πŸ‡ΊπŸ‡ΈUnited States SamLerner

    I made a PR that adds a new custom Condition plugin to handle the leading exclamation point, and used hook_condition_info_alter to use it as the validation class. This works for me locally after clearing cache!

  • πŸ‡΅πŸ‡ΉPortugal HLopes

    Just a note: one can just override the buildConfigurationForm method and tweak the #description a bit instead of using the form alter & helper function in the module file.

  • Assigned to jcontreras
  • Status changed to Downport 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States jcontreras
  • πŸ‡ΊπŸ‡ΈUnited States SamLerner

    What's going on with this issue? I'm not familiar with the "Patch" status. There's an MR available, what do we need to get it into the module?

  • Status changed to Needs review 7 months ago
  • πŸ‡ΊπŸ‡ΈUnited States jcontreras

    Patches added on 2.1.0-beta3

  • Status changed to Fixed 7 months ago
  • πŸ‡«πŸ‡·France flocondetoile Lyon

    I guess you want fixed instead of Needs review as the patch/MR has been committed.

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

Production build 0.69.0 2024