Skip to content
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-7943] Custom node cannot be added to its own workspace. #15783

Merged
merged 8 commits into from
Feb 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updates
reddyashish committed Jan 28, 2025
commit bb2e59c78834026969a37f09190c5fafd6883047
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
@@ -4103,7 +4103,7 @@ To make this file into a new template, save it to a different folder, then move
<value>Versions marked with .x include all versions in the specified major or minor release</value>
</data>
<data name="CannotAddNodeToWorkspace" xml:space="preserve">
<value>You cannot add a custom node to its own workspace.</value>
<value>You cannot place a custom node directly to its own workspace. You can use the scopeif node and correctly implement the recursive base case.</value>
</data>
<data name="PackageUnknownCompatibilityVersionDownloadMsg" xml:space="preserve">
<value>The compatibility of this version with your setup has not been verified. It may or may not work as expected.</value>
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Properties/Resources.resx
Original file line number Diff line number Diff line change
@@ -4090,7 +4090,7 @@ To make this file into a new template, save it to a different folder, then move
<value>Versions marked with .x include all versions in the specified major or minor release</value>
</data>
<data name="CannotAddNodeToWorkspace" xml:space="preserve">
<value>You cannot add a custom node to its own workspace.</value>
<value>You cannot place a custom node directly to its own workspace. You can use the scopeif node and correctly implement the recursive base case.</value>
</data>
<data name="PackageUnknownCompatibilityVersionDownloadMsg" xml:space="preserve">
<value>The compatibility of this version with your setup has not been verified. It may or may not work as expected. </value>