attach warning test
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user