- Ya
- 7 Julai 2026, 02:55 UTC
- Mwandishi
- Kamo
- Ahadi ya
- f8a6d31
The e-sign editor (DocumentEditor → PdfCanvas / PageThumbnailSidebar) opens any converted document, not only files uploaded through the sig-template flow. It fetched **************** which 400'd ("Document is not an e-signature template") for regular My Docs documents, and — for native PDFs whose ImgDat has no separate convertedDat — would have returned 202 forever. - Drop the isSigTemplate gate (access is still enforced by getDocumentMetadata; the ESignTemplate layer keys off imgId independently). - Native PDF (clientMime application/pdf, no convertedDat): serve the original bytes, which ARE the converted form.