When adding notes in the ‘Accounts - Statement’ screen using the browser the notes are saved and look ok also when opening them the next time. However when viewing the notes from the mobile app the notes that are displayed are not always the right ones (i.e. they are taking from another transaction’s notes) and they are also written back even when clicking the ‘back’ button (in Android) thus mixing up the notes.
There are two problems here:
- Incorrect notes are shown when using the mobile app (might be a result of an nondeterministic query used when fetching the data?)
- When using the mobile app the note being displayed is written back to the DB even though it was not edited. I my opinion the note should only be overwriting the current value if it was edited to begin with.