Catch some subtle errors (#202)

- Prevent API requests for invalid PK values
- Perform checks for invalid PK values at multiple points
- Change order of operations in StockDetail widget
This commit is contained in:
Oliver 2022-08-04 13:23:29 +10:00 committed by GitHub
parent 61bacefd36
commit e7c5186823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 13 deletions

View file

@ -7,6 +7,7 @@
- Allow serial numbers to be specified when creating new stock items
- Allow serial numbers to be edited for existing stock items
- Allow app locale to be changed manually
- Improved handling of certain errors
### 0.8.1 - August 2022
---