[PR #705] [MERGED] Don’t allow bulk editing to set a field to null #65634

Closed
opened 2026-05-13 23:38:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/705
Author: @j-f1
Created: 2/28/2023
Status: Merged
Merged: 2/28/2023
Merged by: @j-f1

Base: masterHead: jed/cancel-bulk-edit


📝 Commits (1)

  • f57d020 Don’t allow bulk editing to set a field to null

📊 Changes

1 file changed (+7 additions, -5 deletions)

View changed files

📝 packages/loot-design/src/components/modals/EditField.js (+7 -5)

📄 Description

Fixes #673. onSelect(null) is called when you blur the autocomplete field, so I ignore that call for the purposes of updating the value. This does mean it’s no longer possible to bulk remove a payee/category but I doubt people want to do that.


🔄 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/actualbudget/actual/pull/705 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 2/28/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/cancel-bulk-edit` --- ### 📝 Commits (1) - [`f57d020`](https://github.com/actualbudget/actual/commit/f57d020a2a2ffa2979914a18644d795c0fc14127) Don’t allow bulk editing to set a field to null ### 📊 Changes **1 file changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-design/src/components/modals/EditField.js` (+7 -5) </details> ### 📄 Description Fixes #673. `onSelect(null)` is called when you blur the autocomplete field, so I ignore that call for the purposes of updating the value. This does mean it’s no longer possible to bulk remove a payee/category but I doubt people want to do that. --- <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 2026-05-13 23:38:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#65634