[PR #935] [MERGED] feat: add roles to templates recipients #1261

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/935
Author: @ephraimduncan
Created: 2/15/2024
Status: Merged
Merged: 2/24/2024
Merged by: @Mythie

Base: mainHead: feat/template-recipient-roles


📝 Commits (2)

  • 769eaa0 feat: add roles to templates recipients
  • b1b3b84 Merge branch 'main' into feat/template-recipient-roles

📊 Changes

9 files changed (+137 additions, -68 deletions)

View changed files

📝 packages/lib/server-only/recipient/set-recipients-for-template.ts (+4 -0)
📝 packages/lib/server-only/template/create-document-from-template.ts (+1 -0)
📝 packages/trpc/server/recipient-router/router.ts (+1 -0)
📝 packages/trpc/server/recipient-router/schema.ts (+1 -0)
📝 packages/ui/primitives/document-flow/add-signers.tsx (+2 -8)
packages/ui/primitives/recipient-role-icons.tsx (+10 -0)
📝 packages/ui/primitives/template-flow/add-template-fields.tsx (+65 -48)
📝 packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx (+50 -12)
📝 packages/ui/primitives/template-flow/add-template-placeholder-recipients.types.ts (+3 -0)

📄 Description

No description provided


🔄 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/935 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 2/15/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/template-recipient-roles` --- ### 📝 Commits (2) - [`769eaa0`](https://github.com/documenso/documenso/commit/769eaa0ed99d41839e66c72649a5e05e626a78f9) feat: add roles to templates recipients - [`b1b3b84`](https://github.com/documenso/documenso/commit/b1b3b84d823c602a6d0728c3c119f559a3c65815) Merge branch 'main' into feat/template-recipient-roles ### 📊 Changes **9 files changed** (+137 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `packages/lib/server-only/recipient/set-recipients-for-template.ts` (+4 -0) 📝 `packages/lib/server-only/template/create-document-from-template.ts` (+1 -0) 📝 `packages/trpc/server/recipient-router/router.ts` (+1 -0) 📝 `packages/trpc/server/recipient-router/schema.ts` (+1 -0) 📝 `packages/ui/primitives/document-flow/add-signers.tsx` (+2 -8) ➕ `packages/ui/primitives/recipient-role-icons.tsx` (+10 -0) 📝 `packages/ui/primitives/template-flow/add-template-fields.tsx` (+65 -48) 📝 `packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx` (+50 -12) 📝 `packages/ui/primitives/template-flow/add-template-placeholder-recipients.types.ts` (+3 -0) </details> ### 📄 Description _No description provided_ --- <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:31 +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#1261
No description provided.