added todo

This commit is contained in:
Stefan Zermatten
2022-11-19 23:44:02 +02:00
parent e06d2befc4
commit a9b389023e

View File

@@ -22,6 +22,7 @@ export default function linkCalculationDependencies(dependencyGraph, prop, {prop
);
if (!ancestorProp) return;
// Link the ancestor prop as a direct dependency
// TODO: we might be referencing a calculation sub-field, depend on that instead
dependencyGraph.addLink(
calcNodeId, ancestorProp._id, 'ancestorReference'
);