#215 Change Naming from PdfFileHash to FileHash #303
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-215-file-hash-naming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR updates the Sigit model to use use naming fileHash instead of pdfFileHash.
The current implementation ensures that the old Sigits remain functional.
@ -107,2 +107,3 @@
].parsedContent?.marks.filter(
(m) => m.pdfFileHash == hash && m.location.page == i
(m) =>
(m.pdfFileHash
comment here would be great (eg "backwards compatibility for sigits before Jan 2025")