mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 10:47:42 +02:00
Add Bitrix required mixins (#2713)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -114,6 +114,11 @@ export async function convert (
|
||||
][] = []
|
||||
const mixins: Record<Ref<Mixin<Doc>>, Data<Doc>> = {}
|
||||
|
||||
// Fill required mixins.
|
||||
for (const m of entity.mixins ?? []) {
|
||||
mixins[m] = {}
|
||||
}
|
||||
|
||||
const syncRequests: BitrixSyncRequest[] = []
|
||||
|
||||
const extractValue = (field?: string, alternatives?: string[]): any | undefined => {
|
||||
|
||||
Reference in New Issue
Block a user