Problem/Motivation
We need to use internal Drupal paths like node/1 in the "Paths to replace with custom breadcrumbs" textarea as target URLs.
Using aliases in not convenient, as changing an alias makes us to update the custom path respectively.
Also, when on a multi-lingual sites the aliased path might contain language and country prefixes, and using regexp in every line to cover those prefixes is cumbersome. The internal paths do not contain those prefixes, and thus we can cover all the languages/countries easily.
Proposed resolution
Check custom path against internal path in addition to checking it agains an aliased URL.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | easy_breadcrumbs-internal-custom-paths-3412367-3.patch | 1.26 KB | alex.bukach |
Issue fork easy_breadcrumb-3412367
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
Comment #4
alex.bukach commentedAttaching a patch matching the MR 92.
Comment #6
greg boggsThanks Alex!
Comment #8
greg boggs