Filter fix (#473)

* Add check for "null" top level locations and categories

* Fix API

- Top level location and category broken after API 174
- Ref: https://github.com/inventree/InvenTree/pull/6536
This commit is contained in:
Oliver 2024-02-28 16:23:46 +11:00 committed by GitHub
parent 1d41d229ca
commit a889c4adbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 7 deletions

View file

@ -1,7 +1,9 @@
### 0.14.2 - January 2024
### 0.14.2 - February 2024
---
- Updated error reporting
- Support for updated server API endpoints
- Updated translations
### 0.14.1 - January 2024
---