Closed (fixed)
Project:
PDFa11y
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Mar 2026 at 21:11 UTC
Updated:
2 Apr 2026 at 21:45 UTC
Jump to comment: Most recent
pdfa11y_update_10001() sets the default editor_instructions config value with a help link pointing to /admin/help/pdfa11y. However, the module's help page route is actually /admin/config/media/pdf-accessibility/help.
Any site that has already run the update has a broken link in the editor instructions field. Clicking it results in a 404 (or routes to Drupal core's help page, which is not the same content).
pdfa11y_update_10001() executes./admin/config/media/pdf-accessibility)./admin/help/pdfa11y.pdfa11y_update_10001() so new installs get the correct link (/admin/config/media/pdf-accessibility/help).pdfa11y_update_10003() to find and replace the incorrect path in sites that have already run the update. It only modifies the value if it still contains the old path, so sites that have customized the field are unaffected.None. The editor instructions config value is corrected from an incorrect path to the intended path.
None.
None. A config value is updated in place.
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
joshuami