BHoM / Dynamo_UI

Tools for Dynamo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamo_Toolkit: components deserialize correctly after method output description has changed

pawelbaran opened this issue · comments

Description:

After changing the output description in from F to request, the component created before the change gets both inputs and outputs doubled, as in the screenshot (lower component is a newly created one, with correct inputs and outputs):

image

Interestingly, after copy-pasting the wrongly deserialized component, the copy is fine.

I believe this has been fixed by the refactoring of the UI. Testing this right now, I get the expected behaviour when reopening the file: output name is changed without duplicates.

@pawelbaran , Can you check that this is the case for you too ? Don't forget to manually clean the Roaming BHoM folder if you have ran the installer recently. Instead of waiting for the installer to be fixed (@FraserGreenroyd ) I'll do a PR to clear the BHoM folder on each post build.

Yeah, works fine now - closing the issue.