[PR #6569] fix: skip schedule prompt for transactions already linked to schedule #6608

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

Original Pull Request: https://github.com/actualbudget/actual/pull/6569

State: closed
Merged: Yes


Summary

  • Fixes schedule prompt appearing when editing transactions already linked to a schedule on mobile

Changes

  • Adds check for unserializedTransaction.schedule before showing the convert-to-schedule prompt
  • If transaction is already linked to a schedule, skip the prompt and proceed with normal save

Test Plan

  • Verified yarn typecheck passes
  • Verified yarn lint:fix passes
  • Verified yarn test passes
  • Manual testing: edit scheduled transaction on mobile, verify no schedule prompt appears

Fixes #6357

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6569 **State:** closed **Merged:** Yes --- ## Summary - Fixes schedule prompt appearing when editing transactions already linked to a schedule on mobile ## Changes - Adds check for `unserializedTransaction.schedule` before showing the convert-to-schedule prompt - If transaction is already linked to a schedule, skip the prompt and proceed with normal save ## Test Plan - [x] Verified `yarn typecheck` passes - [x] Verified `yarn lint:fix` passes - [x] Verified `yarn test` passes - [x] Manual testing: edit scheduled transaction on mobile, verify no schedule prompt appears Fixes #6357
GiteaMirror added the pull-request label 2026-02-28 21:30:36 -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#6608