Closed (fixed)
Project:
Project Wiki
Version:
1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2024 at 07:51 UTC
Updated:
14 Apr 2026 at 12:04 UTC
Jump to comment: Most recent
Currently Wiki Content Entries in the Wiki are handled like the Markdown entries and are not linked to their details page.
But it would be important to link their title to the details page to make them editable!
Current workaround is to guess the ID:
/admin/project-wiki-entity-content/3/edit
We could also discuss adding action links in the bottom of these. Maybe Drupal has a built-in helper for that. (Please create a follow-up for that)
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
anybodyComment #5
lrwebks commentedImplemented a solution that enables different wiki content sources to provide their own URL's for the title href. There are also some doc changes in there that might seem unrelated, but nobody wants to open a separate issue just for missing return types.
Comment #6
lrwebks commentedI am really surprised by the pipeline result, so I will look into why so much is failing! Review can happen nonetheless.
Comment #7
anybodyHere's the reason:
Comment #8
lrwebks commentedOkay, tests are green now.
Comment #9
anybody