You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking a Paperless-ngx document can now target it directly by its Archive Serial Number (ASN) (#511). In the DMS link dialog, a search term that is a bare number (e.g. 123456) or carries an asn: prefix (e.g. asn:123) is resolved as an exact ASN lookup against Paperless instead of a full-text search, so a number stamped on a physical document maps straight to the single matching entry rather than a noisy title/content result set. A hint below the search field explains this, shown only for Paperless accounts (Papra has no ASN concept).
Fixed
The DMS link dialog's help text and "no results" messages rendered as unstyled black default text instead of the muted hint style, because the shared .form-hint style was only loaded on the Settings page. The muted styling is now scoped to the Documents page as well.