[PR #953] [MERGED] feat: edit recipients when creating document from template #1272

Closed
opened 2026-02-26 19:32:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/953
Author: @ephraimduncan
Created: 2/20/2024
Status: Merged
Merged: 2/26/2024
Merged by: @Mythie

Base: mainHead: feat/improve-create-document-from-template


📝 Commits (8)

  • 4d286e0 feat: allow recipients when creating document from template
  • 6ee8960 feat: dialog to enter custom recipients for creating document from template
  • a10957d Merge branch 'main' into feat/improve-create-document-from-template
  • 77193b9 fix: resolve build error and update dialog width
  • a5a0fd9 fix: update e2e test
  • 14c77d7 fix: update e2e test
  • 4ca154d fix: update e2e test?
  • 5bd0dde fix: e2e tests

📊 Changes

9 files changed (+349 additions, -60 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/data-table-templates.tsx (+14 -52)
apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx (+242 -0)
📝 packages/app-tests/e2e/templates/manage-templates.spec.ts (+5 -0)
📝 packages/lib/server-only/template/create-document-from-template.ts (+43 -3)
📝 packages/lib/server-only/template/find-templates.ts (+1 -0)
📝 packages/prisma/seed/templates.ts (+31 -4)
📝 packages/trpc/server/template-router/router.ts (+1 -0)
📝 packages/trpc/server/template-router/schema.ts (+11 -0)

📄 Description

https://github.com/documenso/documenso/assets/55143799/85a840e3-4fb4-4c02-ba63-b9626f4cea58


🔄 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/953 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/26/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/improve-create-document-from-template` --- ### 📝 Commits (8) - [`4d286e0`](https://github.com/documenso/documenso/commit/4d286e01d131cc50c4aa944c287666240ae887a4) feat: allow recipients when creating document from template - [`6ee8960`](https://github.com/documenso/documenso/commit/6ee896048ea9e676f457005dceeaecdc3c4ef262) feat: dialog to enter custom recipients for creating document from template - [`a10957d`](https://github.com/documenso/documenso/commit/a10957d90967c9376503e7b0b00a6d48862a5150) Merge branch 'main' into feat/improve-create-document-from-template - [`77193b9`](https://github.com/documenso/documenso/commit/77193b93c424d4d185788a72f8186e3f46ea9936) fix: resolve build error and update dialog width - [`a5a0fd9`](https://github.com/documenso/documenso/commit/a5a0fd9187d9410f2db1b791e703ef5278b854a7) fix: update e2e test - [`14c77d7`](https://github.com/documenso/documenso/commit/14c77d7c926a4ac9a54524393c9c64dd61b06beb) fix: update e2e test - [`4ca154d`](https://github.com/documenso/documenso/commit/4ca154d88a8cf20f71b0561d3f5ebabd85fb4ff2) fix: update e2e test? - [`5bd0dde`](https://github.com/documenso/documenso/commit/5bd0dde4a5caee5583b982feb53e3dbb83b833ef) fix: e2e tests ### 📊 Changes **9 files changed** (+349 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/data-table-templates.tsx` (+14 -52) ➕ `apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx` (+242 -0) 📝 `packages/app-tests/e2e/templates/manage-templates.spec.ts` (+5 -0) 📝 `packages/lib/server-only/template/create-document-from-template.ts` (+43 -3) 📝 `packages/lib/server-only/template/find-templates.ts` (+1 -0) 📝 `packages/prisma/seed/templates.ts` (+31 -4) 📝 `packages/trpc/server/template-router/router.ts` (+1 -0) 📝 `packages/trpc/server/template-router/schema.ts` (+11 -0) </details> ### 📄 Description https://github.com/documenso/documenso/assets/55143799/85a840e3-4fb4-4c02-ba63-b9626f4cea58 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:34 +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#1272
No description provided.