You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-23 22:55:37 +02:00
treat returned false bool from a jsvm hook as hook.stopPropagation
This commit is contained in:
@@ -45,7 +45,7 @@ func TestBaseBindsCount(t *testing.T) {
|
||||
vm := goja.New()
|
||||
baseBinds(vm)
|
||||
|
||||
testBindsCount(vm, "this", 15, t)
|
||||
testBindsCount(vm, "this", 14, t)
|
||||
}
|
||||
|
||||
func TestBaseBindsRecord(t *testing.T) {
|
||||
@@ -1048,7 +1048,7 @@ func TestHooksBinds(t *testing.T) {
|
||||
}, "demo2")
|
||||
|
||||
onModelBeforeUpdate((e) => {
|
||||
return $stopPropagation
|
||||
return false
|
||||
}, "demo2")
|
||||
|
||||
onModelBeforeUpdate((e) => {
|
||||
|
||||
Reference in New Issue
Block a user