[#7760] fixed missing import collection fields property access

This commit is contained in:
Gani Georgiev
2026-07-13 20:41:10 +03:00
parent 0c7d243d97
commit 4221a1b803
9 changed files with 11 additions and 9 deletions
+2
View File
@@ -3,6 +3,8 @@
- Replaced `github.com/go-ozzo/ozzo-validation` with the fork `github.com/pocketbase/ozzo-validation` since the original library has recently changed ownership and the new maintainer cannot be trusted.
There are plans to create eventually a new validation library from scratch more suited for our needs in PocketBase because ozzo-validation is known to have some minor performance and obscure regex issues, but until then we'll stick with the fork _(and if you use the `ozzo-validation` in your own Go code, I'd suggest to swap the imports with the fork)_.
- Fixed missing import collection `fields` property access ([#7760](https://github.com/pocketbase/pocketbase/issues/7760)).
## v0.39.6