mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixes: query options to new mapped ids
This commit is contained in:
parent
e0f36a18a5
commit
bda6e886ce
1 changed files with 5 additions and 0 deletions
|
|
@ -792,7 +792,12 @@ export class AppImportExportService {
|
|||
await manager.save(EventHandler, newEvent);
|
||||
});
|
||||
} else {
|
||||
this.replaceDataQueryOptionsWithNewDataQueryIds(
|
||||
mappedNewDataQuery.options,
|
||||
appResourceMappings.dataQueryMapping
|
||||
);
|
||||
const queryEvents = mappedNewDataQuery.options?.events || [];
|
||||
|
||||
delete mappedNewDataQuery?.options?.events;
|
||||
|
||||
queryEvents.forEach(async (event, index) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue