List filtering fix (#746)

* Bug fix for API forms without URL

- Ensure submitted data is returned

* Translate search fields

* Update release notes

* Remove debug message

* dart format
This commit is contained in:
Oliver 2026-01-14 15:15:21 +11:00 committed by GitHub
parent 225c40f9a6
commit a4631cda7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 10 deletions

View file

@ -2,6 +2,7 @@
---
- Fixes bug which launched camera twice when uploading an attachment
- Fixed bug related to list sorting and filtering
### 0.21.1 - November 2025
---