[PR #2121] [MERGED] fix: modify same database by duplicate view #5106

Closed
opened 2026-03-23 22:17:16 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2121
Author: @appflowy
Created: 3/28/2023
Status: Merged
Merged: 3/28/2023
Merged by: @appflowy

Base: mainHead: fix/duplicate_database


📝 Commits (1)

  • bb64191 fix: modify same database by duplicate view

📊 Changes

5 files changed (+11 additions, -9 deletions)

View changed files

📝 frontend/.vscode/launch.json (+2 -2)
📝 frontend/rust-lib/flowy-database/src/manager.rs (+0 -1)
📝 frontend/rust-lib/flowy-database/src/services/database/database_editor.rs (+6 -3)
📝 frontend/rust-lib/flowy-database/src/services/database_view/editor.rs (+1 -1)
📝 frontend/rust-lib/flowy-database/src/services/database_view/editor_manager.rs (+2 -2)

📄 Description

Duplicating view including duplicating the setting and data of the view. Currently, only duplicate the data of the view. Duplicating the setting of the view will be done in another PR.


🔄 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/AppFlowy-IO/AppFlowy/pull/2121 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 3/28/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/duplicate_database` --- ### 📝 Commits (1) - [`bb64191`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb641915be41ad6df593303c6f6528c0e8d15515) fix: modify same database by duplicate view ### 📊 Changes **5 files changed** (+11 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/launch.json` (+2 -2) 📝 `frontend/rust-lib/flowy-database/src/manager.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-database/src/services/database/database_editor.rs` (+6 -3) 📝 `frontend/rust-lib/flowy-database/src/services/database_view/editor.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database/src/services/database_view/editor_manager.rs` (+2 -2) </details> ### 📄 Description Duplicating view including duplicating the setting and data of the view. Currently, only duplicate the data of the view. Duplicating the setting of the view will be done in another PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:16 +00: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
AppFlowy-IO/AppFlowy#5106
No description provided.