fixed auth collection rule check validator on create

This commit is contained in:
Gani Georgiev
2022-11-15 15:06:46 +02:00
parent f3566149b8
commit 4528f075dc
2 changed files with 7 additions and 5 deletions

View File

@@ -280,6 +280,7 @@ func (form *CollectionUpsert) checkRule(value any) error {
}
dummy := *form.collection
dummy.Type = form.Type
dummy.Schema = form.Schema
dummy.System = form.System
dummy.Options = form.Options