[PR #2419] [MERGED] fix: persist formValues in document creation endpoints #2288

Closed
opened 2026-02-26 20:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2419
Author: @Mythie
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @dguyen

Base: mainHead: fix/persist-form-values-on-document-creation


📝 Commits (1)

  • 53a76af fix: persist formValues in document creation endpoints

📊 Changes

4 files changed (+6 additions, -0 deletions)

View changed files

📝 packages/api/v1/implementation.ts (+1 -0)
📝 packages/trpc/server/document-router/create-document-temporary.ts (+2 -0)
📝 packages/trpc/server/document-router/create-document-temporary.types.ts (+2 -0)
📝 packages/trpc/server/document-router/create-document.ts (+1 -0)

📄 Description

formValues were not being passed through in the API v1 implementation,
create-document, and create-document-temporary routes, causing the
document completed webhook to return empty formValues.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2419 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/persist-form-values-on-document-creation` --- ### 📝 Commits (1) - [`53a76af`](https://github.com/documenso/documenso/commit/53a76af3de080ef11b0d420280492edb172dbcd9) fix: persist formValues in document creation endpoints ### 📊 Changes **4 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/v1/implementation.ts` (+1 -0) 📝 `packages/trpc/server/document-router/create-document-temporary.ts` (+2 -0) 📝 `packages/trpc/server/document-router/create-document-temporary.types.ts` (+2 -0) 📝 `packages/trpc/server/document-router/create-document.ts` (+1 -0) </details> ### 📄 Description formValues were not being passed through in the API v1 implementation, create-document, and create-document-temporary routes, causing the document completed webhook to return empty formValues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2288
No description provided.