dbd452be97
fix: delete pending documents ( #1118 )
...
## Description
Currently deleting a pending document where you are a recipient off will
delete the document, but will also throw an error.
This is due to the recipient being updated after the document deleted,
which is only supposed to happen for completed documents.
2024-04-30 20:53:18 +07:00
bd40e63392
fix: update document deletion logic ( #1100 )
2024-04-19 17:37:38 +07:00
2a74ce06ef
Merge branch 'main' into feat/public-api
2024-02-26 00:21:25 +11:00
48321f2f62
Merge branch 'main' into feat/separate-document-page
2024-02-22 16:13:33 +11:00
2abcdd7533
feat: team api tokens
2024-02-22 13:39:34 +11:00
bd3c64658a
feat: add document version history UI
2024-02-15 20:39:26 +11:00
08f82b23dc
fix: update env entries to evaluate at runtime
2024-01-31 22:32:42 +11:00
d451a7acce
feat: add next-runtime-env
2024-01-25 10:48:20 +02:00
2068d980ff
feat: allow for the deletion of any document ( #711 )
...
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00