tuttle-dev/tuttle

UI Bug: Payment settings invisible after error on Invoicing screen

clstaudt opened this issue ยท 8 comments

The Payment settings form can disappear from the Preferences screen.

Steps to reproduce:

  1. Check that payment settings form is there

Image

  1. Navigate to "Invoicing" screen, receive error message in snack bar

Image

  1. Check that payment settings form is gone

Image

This looks like an example of the "action at a distance" anti-pattern and may indicate a software architecture problem.

Ok. Will check.

fixed on dev-db-refactor branch. Pending review and merge to dev.

Thanks @vlad-ed-git . Was this a minor bug or an architecture problem?

(I'd recommend the following branching policy: One ticket, one branch, one PR.)

@vlad-ed-git Could you do the merge please, dev-db-refactor currently conflicts with dev.

@clstaudt It was a minor bug. I will perform the merge.

@clstaudt I have completed the merge.

It's working now โœ