-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DYN-7038-Build-In-Packages-Duplicates #15315
DYN-7038-Build-In-Packages-Duplicates #15315
Conversation
When loading a package that contains the extra/layoutSpecs.json file the nodes were showing duplicate in the Library and in the Add-Ons section. Then the fix was adding to ElementType the missing ElementTypes.BuiltIn when is in the Built-In dir.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7038
UI Smoke TestsTest: success. 2 passed, 0 failed. |
Re-running the PR check to validate again |
I tested this and it works as expected. There is a test for the layoutspec. We can improve on it or add a new one. |
@BogdanZavu I think we can improve the test but I would get this merged first. The test should be adding NodeModel based node to the Signed Package example. That is produced in another repo but should be easy to get adjusted. |
@QilongTang Looks like test pass on the second run correct? |
Yup, https://master-5.jenkins.autodesk.com/job/Dynamo/job/DynamoSelfServe/job/pullRequestValidation/16190/ passed |
@RobertGlobant20 Please cherry-pick |
Purpose
Fixing duplicate package nodes in Library and Add-ons section
When loading a package that contains the extra/layoutSpecs.json file the nodes were showing duplicate in the Library and in the Add-Ons section. Then the fix was adding to ElementType the missing ElementTypes.BuiltIn when is in theBuilt-In Packages directory.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Fixing duplicate package nodes in Library and Add-ons section
Reviewers
@QilongTang @saintentropy
FYIs
@BogdanZavu