[#6281] fixed unique validator error

This commit is contained in:
Gani Georgiev
2025-01-12 11:35:00 +02:00
parent 7175992ce4
commit 8b89bce2a8
3 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
## v0.24.3 (WIP)
- Fixed incorrectly reported unique validator error for fields starting with name of another field (#6281; thanks @svobol13).
- Reload the created/edited records data in the RecordsPicker UI.
- Updated Go dependencies.