[PR #782] [CLOSED] feat: rename workspace #22684

Closed
opened 2026-02-21 20:19:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/782
Author: @MatriQ
Created: 8/8/2023
Status: Closed

Base: mainHead: feat/rename-workspace


📝 Commits (2)

📊 Changes

10 files changed (+204 additions, -15 deletions)

View changed files

📝 api/controllers/console/error.py (+16 -0)
📝 api/controllers/console/workspace/workspace.py (+26 -1)
📝 api/services/account_service.py (+16 -0)
📝 web/app/components/header/account-setting/members-page/index.tsx (+34 -9)
web/app/components/header/account-setting/members-page/rename-modal/index.module.css (+4 -0)
web/app/components/header/account-setting/members-page/rename-modal/index.tsx (+77 -0)
📝 web/context/workspace-context.tsx (+17 -5)
📝 web/i18n/lang/common.en.ts (+5 -0)
📝 web/i18n/lang/common.zh.ts (+5 -0)
📝 web/service/common.ts (+4 -0)

📄 Description

https://github.com/langgenius/dify/assets/1320925/7000c6a3-424a-4e36-aa78-6f9fc9621c4b


🔄 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/langgenius/dify/pull/782 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 8/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/rename-workspace` --- ### 📝 Commits (2) - [`3a5cf4e`](https://github.com/langgenius/dify/commit/3a5cf4e840b658d248312ba0d7f38abfde92b375) feat: rename workspace - [`a7912bd`](https://github.com/langgenius/dify/commit/a7912bd24a7c4a6042f129209f936c72b2966f56) fix: address comments ### 📊 Changes **10 files changed** (+204 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/error.py` (+16 -0) 📝 `api/controllers/console/workspace/workspace.py` (+26 -1) 📝 `api/services/account_service.py` (+16 -0) 📝 `web/app/components/header/account-setting/members-page/index.tsx` (+34 -9) ➕ `web/app/components/header/account-setting/members-page/rename-modal/index.module.css` (+4 -0) ➕ `web/app/components/header/account-setting/members-page/rename-modal/index.tsx` (+77 -0) 📝 `web/context/workspace-context.tsx` (+17 -5) 📝 `web/i18n/lang/common.en.ts` (+5 -0) 📝 `web/i18n/lang/common.zh.ts` (+5 -0) 📝 `web/service/common.ts` (+4 -0) </details> ### 📄 Description https://github.com/langgenius/dify/assets/1320925/7000c6a3-424a-4e36-aa78-6f9fc9621c4b --- <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-21 20:19:31 -05:00
yindo closed this issue 2026-02-21 20:19:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22684