Problem/Motivation
The SearchController generates a result set with static hrefs and data attributes that aren't used to dynamically update the hrefs attributes if the targeted node's path changes.
This is being addressed on #3213528: Integrate Linkit through the integration with Linkit module, but the Gutenberg module should provide a solution when Linkit module is not in use.
Proposed resolution
Use the un-aliased node path to prevent the link from breaking when the targeted node's path changes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | use-unaliased-node-paths-3247743-1.patch | 595 bytes | roborn |
Issue fork gutenberg-3247743
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 #2
roborn commentedComment #3
thorandre commentedWell done! Looking good.
Comment #7
marcofernandes commented