[#4500] added the field name as part of the @request.data.* relations join

This commit is contained in:
Gani Georgiev
2024-03-06 15:44:13 +02:00
parent eff09852a4
commit 3551dea44a
3 changed files with 35 additions and 28 deletions
+2
View File
@@ -4,6 +4,8 @@
- Fixed `OnAfterApiError` debug log `nil` error reference ([#4498](https://github.com/pocketbase/pocketbase/issues/4498)).
- Added the field name as part of the `@request.data.someRelField.*` join to handle the case when a collection has 2 or more relation fields pointing to the same place ([#4500](https://github.com/pocketbase/pocketbase/issues/4500)).
- Updated Go deps and bumped the min Go version in the GitHub release action to Go 1.22.1 since it comes with [some security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.22.1).