[#2675] fixed implicit relation display fields serialization

This commit is contained in:
Gani Georgiev
2023-06-09 12:57:09 +03:00
parent 7f06816008
commit af193d440d
33 changed files with 165 additions and 128 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.16.5
- Fixed the Admin UI serialization of implicit display fields ([#2675](https://github.com/pocketbase/pocketbase/issues/2675)).
- Reset the Admin UI sort in case the active sort collection field is renamed or deleted.
## v0.16.4
- Fixed the selfupdate command not working on Windows due to missing `.exe` in the extracted binary path ([#2589](https://github.com/pocketbase/pocketbase/discussions/2589)).