Skip to content

Commit

Permalink
Update graphExtension.pure
Browse files Browse the repository at this point in the history
  • Loading branch information
PrateekGarg-gs authored Sep 14, 2023
1 parent 95beb6b commit c8b6d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ function <<access.private>> meta::pure::graphFetch::enrichSourceTreeNodeForPrope
);
},
{pms:PurePropertyMapping[*] |
$pms->map(pm| $pm.transform.expressionSequence->at(0)->evaluateAndDeactivate()->scanProperties(^List<PropertyPathNode>(), [], [], true));
$pms->map(pm| $pm.transform.expressionSequence->at(0)->evaluateAndDeactivate()->scanProperties(^List<PropertyPathNode>(), [], [], ^ScanConfig(scanClasses=true, explodeMilestonedProperties=false)));
}
]);

Expand Down

0 comments on commit c8b6d19

Please sign in to comment.