[#2118] added option to explicitly set the record id from the Admin UI

This commit is contained in:
Gani Georgiev
2023-03-21 17:55:12 +02:00
parent 1126a0e16f
commit b67549209a
30 changed files with 158 additions and 145 deletions
+2
View File
@@ -15,6 +15,8 @@
- Simplified the default mail template styles to allow more control over the template layout ([#1904](https://github.com/pocketbase/pocketbase/issues/1904)).
- Added option to explicitly set the record id from the Admin UI ([#2118](https://github.com/pocketbase/pocketbase/issues/2118)).
- **!** Registered the `RemoveTrailingSlash` middleware only for the `/api/*` routes since it is causing issues with subpath file serving endpoints ([#2072](https://github.com/pocketbase/pocketbase/issues/2072)).
- **!** Changed the request logs `method` value to UPPERCASE, eg. "get" => "GET" ([#1956](https://github.com/pocketbase/pocketbase/discussions/1956)).