BHoM / Dynamo_UI

Tools for Dynamo
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Dynamo_Toolkit: Push of a list happens item by item #229

Closed pawelbaran closed 4 years ago

pawelbaran commented 4 years ago

Description:

When pushing a list of objects with BHoM Push each of them is packaged in a list and sent separately. This results in massive overhead + annoying UX issues.

Test file(s):

On SharePoint - open the .dyn file and start an empty Revit model, push and see this under undo button (should be only one):

image

pawelbaran commented 4 years ago

@adecler do you have an idea where could that be fixed?

adecler commented 4 years ago

Not sure I remember but this is a good place to start: https://github.com/BHoM/Dynamo_Toolkit/blob/cc54ddf17699075e542be01f506fa8480a824ac9/Dynamo20/Dynamo_UI/Templates/CallerComponent.cs#L217

pawelbaran commented 4 years ago

Seems that it works fine in Dynamo 2.X, so closing