mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 00:41:47 +03:00
QFix schema update (#7264)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
27b54e5821
commit
d13c80be5f
@ -214,6 +214,7 @@ const eventSchema: Schema = {
|
||||
|
||||
export function addSchema (domain: string, schema: Schema): void {
|
||||
domainSchemas[translateDomain(domain)] = schema
|
||||
domainSchemaFields.set(domain, createSchemaFields(schema))
|
||||
}
|
||||
|
||||
export function translateDomain (domain: string): string {
|
||||
|
Loading…
Reference in New Issue
Block a user