1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-25 07:34:10 +02:00

fixed superuser OTP id input reactivity, enabled truncate dropdown option for system collections, updated jsvm types

This commit is contained in:
Gani Georgiev
2024-11-23 14:12:12 +02:00
parent b34453afc7
commit 2dd4e38e1d
32 changed files with 3027 additions and 2980 deletions

View File

@@ -340,8 +340,6 @@ func (app *BaseApp) initHooks() {
// NB! Note that using the returned app instance may cause data integrity errors
// since the Record validations and data normalizations (including files uploads)
// rely on the app hooks to work.
//
// @todo consider caching the created instance?
func (app *BaseApp) UnsafeWithoutHooks() App {
clone := *app