attach warning test
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Claire Kuang
2024-02-01 17:25:12 +00:00
parent 470b3d93de
commit 5ed6ab2f69
@@ -223,6 +223,11 @@ static class AutomateFunction
$"MODIFIED object: id( {o.Item1} ), type( {o.Item2} ), changed props:( {o.Item3} )"
)
);
automationContext.AttachWarningToObjects(
MODIFIED,
modifiedList.Select(o => o.Item1).ToList()
);
}
else
{