[PR #4686] [MERGED] 🐛 [Bug] Cant edit template rules #5534

Closed
opened 2026-02-28 21:13:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4686
Author: @alecbakholdin
Created: 3/24/2025
Status: Merged
Merged: 3/24/2025
Merged by: @matt-fidd

Base: masterHead: cant-edit-template-rules


📝 Commits (2)

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/modals/EditRuleModal.jsx (+4 -1)
upcoming-release-notes/4686.md (+6 -0)

📄 Description

Resolves #4685

options.template is read-only. this reassigns the entire options object instead of setting template, which avoids the error in the attached issue


🔄 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/4686 **Author:** [@alecbakholdin](https://github.com/alecbakholdin) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `cant-edit-template-rules` --- ### 📝 Commits (2) - [`7af1b00`](https://github.com/actualbudget/actual/commit/7af1b00449b535679ab5fb84b3f82b615449a4b2) Can now save template rules - [`1c997e9`](https://github.com/actualbudget/actual/commit/1c997e9bd5a1e78bb8244acd4fcd933cae8e1a08) added release notes ### 📊 Changes **2 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/EditRuleModal.jsx` (+4 -1) ➕ `upcoming-release-notes/4686.md` (+6 -0) </details> ### 📄 Description Resolves #4685 options.template is read-only. this reassigns the entire options object instead of setting template, which avoids the error in the attached issue --- <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-02-28 21:13:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5534