[PR #1032] [MERGED] fix: prevent select property from having identical options #4505

Closed
opened 2026-03-23 21:38:07 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1032
Author: @richardshiue
Created: 9/11/2022
Status: Merged
Merged: 9/12/2022
Merged by: @appflowy

Base: mainHead: fix-identical-selecion-options


📝 Commits (1)

  • a6130a2 fix: prevent grid header from creating identical options

📊 Changes

2 files changed (+10 additions, -2 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/multi_select_type_option.dart (+5 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/single_select_type_option.dart (+5 -1)

📄 Description

When using the edit property menu (from the grid header or the grid settings buttons at the top) to edit single or multi-select properties, identical options can be created, as shown below:

https://user-images.githubusercontent.com/71320345/189540529-cf73f8f2-aa7d-4316-8647-29376186cf1d.mp4


🔄 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/1032 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 9/11/2022 **Status:** ✅ Merged **Merged:** 9/12/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix-identical-selecion-options` --- ### 📝 Commits (1) - [`a6130a2`](https://github.com/AppFlowy-IO/AppFlowy/commit/a6130a27c2b82cf7cddfa2cad93d43ca1e838863) fix: prevent grid header from creating identical options ### 📊 Changes **2 files changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/multi_select_type_option.dart` (+5 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/single_select_type_option.dart` (+5 -1) </details> ### 📄 Description When using the edit property menu (from the grid header or the grid settings buttons at the top) to edit single or multi-select properties, identical options can be created, as shown below: https://user-images.githubusercontent.com/71320345/189540529-cf73f8f2-aa7d-4316-8647-29376186cf1d.mp4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:38:07 +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#4505
No description provided.