TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
787 stars 43 forks source link

Rules disappear after Cancel All #102

Closed TheAxelander closed 1 year ago

TheAxelander commented 2 years ago

Steps to reproduce:

KiwiKid commented 2 years ago

This may or may not be the same issue, i found that rules were being created with a TargetBucketId of 0 and (i believe) locking up the UI. i found running:

delete from BucketRuleSet WHERE TargetBucketId = 0;

removes the bad rule sets and fixes the issue - Not sure if helpful!

KiwiKid commented 2 years ago

I think it has something to do with having it open on multiple tabs - don't seem to get it when i stay on one window, hmm

TheAxelander commented 2 years ago

Working in multiple tabs shouldn't be the issue as this was happening for me in single tab. I think there is just on overall refresh of the page missing once you cancel the mass edit function. If you reload the page on your own everything should be fine.

TheAxelander commented 1 year ago

Fixed on pre-release