mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
QFix schema update (#7264)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user