[#3372] fixed Admin UI listing error on invalid record relation

This commit is contained in:
Gani Georgiev
2023-09-22 18:19:05 +03:00
parent f605521208
commit 92731ddd50
37 changed files with 111 additions and 90 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.18.7
- Fixed JS error in the Admin UI when listing records with invalid `relation` field value ([#3372](https://github.com/pocketbase/pocketbase/issues/3372)).
_This could happen usually only during custom SQL import scripts or when directly modifying the record field value without data validations._
## v0.18.6
- Return the response headers and cookies in the `$http.send()` result ([#3310](https://github.com/pocketbase/pocketbase/discussions/3310)).