Skip to content

Commit aa7e1a0

Browse files
authored
Bal 4140 bug request reupload broken due to invalid UI definition (#3299)
* fix: fixed ui definition query during documents requesting * fix: fixed ui definition query during document persistance to context
1 parent 4077d62 commit aa7e1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/workflows-service/src/document/document.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ export class DocumentService {
612612
select: {
613613
context: true,
614614
parentRuntimeDataId: true,
615+
workflowDefinitionId: true,
615616
},
616617
},
617618
[projectId],
@@ -1069,6 +1070,7 @@ export class DocumentService {
10691070
select: {
10701071
workflowDefinition: true,
10711072
context: true,
1073+
workflowDefinitionId: true,
10721074
},
10731075
},
10741076
[projectId],

0 commit comments

Comments
 (0)