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

Fix for element binding messagebox display on saveas #14424

Merged
merged 10 commits into from
Sep 21, 2023

Conversation

aparajit-pratap
Copy link
Contributor

@aparajit-pratap aparajit-pratap commented Sep 20, 2023

Purpose

Fix for element binding messagebox display on saveas - the previous check didn't work for guarding against trace data being empty before showing the message box - this is fixed here.

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

(FILL ME IN) Brief description of the fix / enhancement. Mandatory section

Reviewers

(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)

(FILL ME IN, optional) Any additional notes to reviewers or testers.

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

@aparajit-pratap aparajit-pratap changed the title Fix for element binding messagebox on saveas Fix for element binding messagebox display on saveas Sep 20, 2023
@@ -170,7 +170,8 @@ public void ElementBinding_SaveAs()
File.Delete(filePath);
File.Delete(saveAsPath);
}


[Test]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this unit test was not run before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently not.

@QilongTang QilongTang added this to the 3.0 milestone Sep 20, 2023
@QilongTang QilongTang merged commit 6b07864 into DynamoDS:master Sep 21, 2023
@aparajit-pratap aparajit-pratap deleted the fixSaveAs branch September 21, 2023 14:06
aparajit-pratap added a commit to aparajit-pratap/Dynamo that referenced this pull request Mar 19, 2024
* remove coreclr-ncalc references

* fix for element binding messagebox on saveas
QilongTang pushed a commit that referenced this pull request Mar 20, 2024
* DYN-6527: Fix graph update for primitive input nodes that are first initialized to null  (#14703)

* remove coreclr-ncalc references

* add failing test for dropdown node

* cleanup

* update tests

* attempt initial fix

* cleanup

* update test

* review comments

* add code comments

* cherry-pick PR 14637

* cherry-pick PR 14394

* cherry-pick PR 14740

* Fix for element binding messagebox display on saveas (#14424)

* remove coreclr-ncalc references

* fix for element binding messagebox on saveas

* cherry pick PRs 14424, 14500

* build fix

---------

Co-authored-by: Michael Kirschner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants