Skip to content
Commit a307202c authored by Cristian Oneț's avatar Cristian Oneț
Browse files

Scheduled transactions can't be skipped when entering them automatically at...

Scheduled transactions can't be skipped when entering them automatically at start-up or before reconciliation.
Fix this by splitting slotScheduleSkip into slotScheduleSkip that works on m_selectedSchedule and skipSchedule
that does the actual work and takes the schedule as a parameter (just like slotScheduleEnter/enterSchedule).

Use skipSchedule in enterSchedule if 'Skip' was selected instead of slotScheduleSkip.

As a side note the schedule is read again and again based on the id from the engine. Some of those calls could be
unnecessary so there is space for improvement here but I did not want to touch that so that I can safely backport
this fix to the stable branch.

BUG: 288647
parent 9250c94d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment