[PR #975] [MERGED] Add ability to add invitee to workspaces automatically #3543

Closed
opened 2026-02-22 18:34:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/975
Author: @timothycarambat
Created: 3/26/2024
Status: Merged
Merged: 3/26/2024
Merged by: @timothycarambat

Base: masterHead: 972-auto-add-to-workspace-invite


📝 Commits (1)

  • 3e4fadf Add ability to add invitee to workspaces automatically

📊 Changes

10 files changed (+182 additions, -13 deletions)

View changed files

📝 frontend/src/models/admin.js (+6 -2)
📝 frontend/src/pages/Admin/Invitations/NewInviteModal/index.jsx (+91 -3)
📝 server/endpoints/admin.js (+7 -2)
📝 server/endpoints/api/admin/index.js (+16 -1)
📝 server/models/invite.js (+24 -2)
server/prisma/migrations/20240326231053_init/migration.sql (+2 -0)
📝 server/prisma/schema.prisma (+2 -1)
📝 server/swagger/openapi.json (+16 -0)
📝 server/utils/files/logo.js (+10 -2)
📝 server/utils/http/index.js (+8 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #972

What is in this change?

Add workspaceId to invites that enable an invitee to be auto-added to workspaces on acceptance for less administrative overhead.

Update UI to show the available workspaces and set which (if any) workspaces are desired to auto-add the invitee.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/975 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 3/26/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `972-auto-add-to-workspace-invite` --- ### 📝 Commits (1) - [`3e4fadf`](https://github.com/Mintplex-Labs/anything-llm/commit/3e4fadf28d178b3ec23b5fdc8424e55212460a9c) Add ability to add invitee to workspaces automatically ### 📊 Changes **10 files changed** (+182 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/models/admin.js` (+6 -2) 📝 `frontend/src/pages/Admin/Invitations/NewInviteModal/index.jsx` (+91 -3) 📝 `server/endpoints/admin.js` (+7 -2) 📝 `server/endpoints/api/admin/index.js` (+16 -1) 📝 `server/models/invite.js` (+24 -2) ➕ `server/prisma/migrations/20240326231053_init/migration.sql` (+2 -0) 📝 `server/prisma/schema.prisma` (+2 -1) 📝 `server/swagger/openapi.json` (+16 -0) 📝 `server/utils/files/logo.js` (+10 -2) 📝 `server/utils/http/index.js` (+8 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #972 ### What is in this change? Add `workspaceId` to invites that enable an invitee to be auto-added to workspaces on acceptance for less administrative overhead. Update UI to show the available workspaces and set which (if any) workspaces are desired to auto-add the invitee. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:00 -05:00
yindo closed this issue 2026-02-22 18:34:00 -05:00
yindo changed title from [PR #975] Add ability to add invitee to workspaces automatically to [PR #975] [MERGED] Add ability to add invitee to workspaces automatically 2026-06-05 15:13:57 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3543