File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -19304,10 +19304,26 @@
19304
19304
"context-path": "owner.custom.dataSets"
19305
19305
},
19306
19306
"filter": {
19307
- "expression": "serviceId == 24 and progress == 'finished'"
19307
+ "namespace": "dataSet",
19308
+ "expression": "dataSet.serviceId == 24 and dataSet.progress == 'finished' and deepEquals(relatedOutcomes,dataSet.outcomesLabel)"
19308
19309
}
19309
19310
}
19310
- }
19311
+ },
19312
+ "behaviour": [
19313
+ {
19314
+ "type": "pre_populate",
19315
+ "config": {
19316
+ "source": {
19317
+ "context-path": "owner.custom.dataSets"
19318
+ },
19319
+ "find": {
19320
+ "namespace": "dataSet",
19321
+ "expression": "dataSet.dataSetId == dataSetId"
19322
+ },
19323
+ "target": "$data"
19324
+ }
19325
+ }
19326
+ ]
19311
19327
},
19312
19328
{
19313
19329
"columns": [
19400
19416
"name": "investmentPriorities2",
19401
19417
"dataType": "stringList",
19402
19418
"validate": "required",
19419
+ "computed": {
19420
+ "expression": "x=find($context.owner.custom.dataSets, \"dataSetId\", dataSetId); x.investmentPriorities"
19421
+ },
19403
19422
"constraints": {
19404
19423
"type": "pre-populated",
19405
19424
"config": {
You can’t perform that action at this time.
0 commit comments