remove the created and updated fields from the view API Preview and listings if the query doesn't have them

This commit is contained in:
Gani Georgiev
2023-09-24 11:27:10 +03:00
parent d0b1c9d998
commit ff08fc0fa4
33 changed files with 46 additions and 41 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.18.8
- Minor fix for the View collections API Preview and Admin UI listings incorrectly showing the `created` and `updated` fields as `N/A` when the view query doesn't have them.
## 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)).