[PR #1541] [MERGED] fix: prevent duplicate CreateEdit submissions #1559

Closed
opened 2025-11-01 21:22:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1541
Author: @kolaente
Created: 9/23/2025
Status: Merged
Merged: 10/11/2025
Merged by: @kolaente

Base: mainHead: codex/add-loading-handshake-to-createedit


📝 Commits (5)

  • 9af114e fix: guard create edit consumers from duplicate submits
  • c988753 Merge branch 'main' into codex/add-loading-handshake-to-createedit
  • 4c40bf3 refactor
  • 066eb9a fix
  • 2aad6d6 fix: only fire loading after primary

📊 Changes

7 files changed (+175 additions, -38 deletions)

View changed files

📝 frontend/src/components/misc/CreateEdit.vue (+34 -6)
📝 frontend/src/views/filters/FilterEdit.vue (+28 -2)
📝 frontend/src/views/labels/NewLabel.vue (+25 -6)
📝 frontend/src/views/project/NewProject.vue (+17 -5)
📝 frontend/src/views/project/settings/ProjectSettingsDuplicate.vue (+18 -4)
📝 frontend/src/views/project/settings/ProjectSettingsEdit.vue (+24 -5)
📝 frontend/src/views/teams/NewTeam.vue (+29 -10)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1524


🔄 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/go-vikunja/vikunja/pull/1541 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 10/11/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/add-loading-handshake-to-createedit` --- ### 📝 Commits (5) - [`9af114e`](https://github.com/go-vikunja/vikunja/commit/9af114e35bf434a97c72cf35b82a113d86933f47) fix: guard create edit consumers from duplicate submits - [`c988753`](https://github.com/go-vikunja/vikunja/commit/c988753334429d070285c0fdefc54d6e54e9f6ac) Merge branch 'main' into codex/add-loading-handshake-to-createedit - [`4c40bf3`](https://github.com/go-vikunja/vikunja/commit/4c40bf311e4c6b628565b65fe603dfbb10876b4e) refactor - [`066eb9a`](https://github.com/go-vikunja/vikunja/commit/066eb9a05030d7db1df9f28329e3f0a578e7677b) fix - [`2aad6d6`](https://github.com/go-vikunja/vikunja/commit/2aad6d62be15a91c934c5d8b6b80f6827efb588c) fix: only fire loading after primary ### 📊 Changes **7 files changed** (+175 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/misc/CreateEdit.vue` (+34 -6) 📝 `frontend/src/views/filters/FilterEdit.vue` (+28 -2) 📝 `frontend/src/views/labels/NewLabel.vue` (+25 -6) 📝 `frontend/src/views/project/NewProject.vue` (+17 -5) 📝 `frontend/src/views/project/settings/ProjectSettingsDuplicate.vue` (+18 -4) 📝 `frontend/src/views/project/settings/ProjectSettingsEdit.vue` (+24 -5) 📝 `frontend/src/views/teams/NewTeam.vue` (+29 -10) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1524 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:22:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1559