QNTM-2446 Rename select UI nodes to provide distinction from ZT nodes#8368
QNTM-2446 Rename select UI nodes to provide distinction from ZT nodes#8368alfarok merged 1 commit intoDynamoDS:masterfrom
Conversation
|
this looks good to me - was there more work to do here? Please check all these issues and maybe write tests: (sorry I did not think of these issues at grooming)
|
|
@mjkkirschner @gregmarr I looked into the repercussions of the renaming and all 3 node now return null on the AVP CoGS route but appear with the proper nodeView. It also seems Function.Apply and Function.Compose never functioned as expected and always returned null even prior to the renaming. |
|
@alfarok CoGS /TS does not handle function passing so that makes sense for apply and compose. |
|
@mjkkirschner I tried updating |

Purpose
QNTM-2446
This PR renames:
The purpose of doing this is so that they appear visually and syntactically distinct from other ZT nodes that can be called via DesignScript. Old graphs abiding by the old naming convention will be migrated but will still appear with the old name on the node due to the recent consolidation of name & nickname, however this is a known issue. The library will only display the newest naming convention.
Testing
I have added 1 new unit test verifying a successful migration of
Function.ApplyandFunction.Composefrom 0.9 to 2.0. There was already an existing test verifying this forList.Createthat can be view here.Declarations
Check these if you believe they are true
*.resxfilesReviewers
@mjkkirschner