DYN-: Dyn 10228 file new from template#17098
Merged
johnpierson merged 3 commits intoMay 7, 2026
Merged
Conversation
Modify the Dynamo template access workflow by moving template creation from File > Open > Template to File > New > From Template In src/DynamoCoreWpf/Views/Core/DynamoView.xaml, the template action is under File - New as newFromTemplateMenuItem (Ctrl+T), and it was removed from File - Open. In both resource files: src/DynamoCoreWpf/Properties/Resources.resx src/DynamoCoreWpf/Properties/Resources.en-US.resx DynamoViewFileMenuOpenTemplate is now From Template... (instead of _Template).
Update DynamoViewModel to set default filename to untitled when saving new file based on the template
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10228
|
johnpierson
approved these changes
May 6, 2026
johnpierson
left a comment
Member
There was a problem hiding this comment.
lgtm, pretty minimal change this round
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Purpose
This PR addresses DYN-10228 https://jira.autodesk.com/browse/DYN-10228 The changes in the code aim to modify the Dynamo template access workflow by moving template creation from File > Open > Template to File > New > From Template
Selecting a template creates a new unsaved Dynamo file based on the template.
Changes :
Declarations
Check these if you believe they are true
Release Notes
Enables templates to be opened in a new editable workspace from File > New > From Template replacing the old workflow
File > Open > Template
Reviewers
@zeusongit
@DynamoDS/eidos
FYIs
@dnenov
@johnpierson