Closed IsakNaslundBh closed 4 years ago
This explains https://github.com/BHoM/BHoM_UI/issues/192 ?
This explains #192 ?
yep. Anything in the toSkip
text will be culled out.
Then this is definitely to be resolved in order to allow https://github.com/BHoM/BHoM_Adapter/issues/210 too.
@epignatelli do you think you could solve this within this sprint? We'd need this to be solved to move onto the External renaming.
Hitting on it right now - I'll get back to you asap
Now resolved in issues mentioned above
Issue
Thanks to the introduction to the
External
component, an exception for this word in the method tree was added to the Organise method for menu for all engine components.https://github.com/BHoM/BHoM_UI/blob/3ba297b14facb1c851b4582f55a205380c3c9511/UI_Engine/Compute/Organise.cs#L59-L73
For https://github.com/BHoM/BHoM_Adapter/issues/213 it is critical that this does not happen, as it would mean no effect in the UI, which is one of the main reason that is actioned.
We hence need to remove the "External" word from the
toSkip
list.@epignatelli would you be able to check what this does to the External component, making sure it still runs as expected, or if we need to add some exception to the rule here?
@al-fisher @adecler @FraserGreenroyd @alelom