Closed (fixed)
Project:
PDF Services - Accessibility, Viewer and Compression
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Jan 2026 at 19:16 UTC
Updated:
15 Apr 2026 at 12:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
nicholassThis new feature can block updating content when a pdf file fails accessibility checks. The justification has a permission to scope the ability to bypass to selected users/roles.

Comment #4
nicholassComment #7
nicholassVersion 2 - Has a slightly different approach after testing the initial branch we found some issues and edge cases on our site, and this new approach corrects those. Instead of blocking the save, this explicitly only prevents new file uploads if errors are found, so that way past content can be archived, or edited or moved through workflow. It also less client side code. The first approach was honestly due to time constraints, this branch is I think the more drupal way to accomplish the goals.
Comment #8
nicholassFor users with the bypass permission, they can enter justifications to bypass the upload restriction. This field setting can be individually set for various fields.
For lower privilege users they can see past justifications when editing, but not enter new one, or bypass (note they need the permission to check files)


They also should not be able to save if errors in the file since they lack the bypass permission
Comment #9
nicholassComment #10
nicholass