DYN-4997 Add Trust Location Added/Skipped Notification#12970
Merged
QilongTang merged 6 commits intomasterfrom Jun 7, 2022
Merged
DYN-4997 Add Trust Location Added/Skipped Notification#12970QilongTang merged 6 commits intomasterfrom
QilongTang merged 6 commits intomasterfrom
Conversation
zeusongit
reviewed
Jun 7, 2022
| if (dynViewModel.CloseHomeWorkspaceCommand.CanExecute(null)) | ||
| { | ||
| dynViewModel.CloseHomeWorkspaceCommand.Execute(null); | ||
| dynViewModel.MainGuideManager.CreateRealTimeInfoWindow(string.Format(Properties.Resources.TrustLocationSkippedNotification, fileTrustWarningViewModel.DynFileDirectoryName)); |
Contributor
There was a problem hiding this comment.
Can we add a todo, or file a task to make this API generic?
Contributor
Contributor
Author
Yes, a lot of Dynamo UI components come with such bug |
zeusongit
approved these changes
Jun 7, 2022
Contributor
Author
|
Added one small fix to reset run status message in Manual mode. |
Contributor
Author
|
Updated the messages so graph in Manual mode is expected to not run. FYI: @Amoursol |
Contributor
Author
Contributor
Author
|
@zeusongit @reddyashish This PR is ready for a final look |
reddyashish
approved these changes
Jun 7, 2022
3 tasks
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.


Please Note:
DynamoRevitrepo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after aLGTMlabel is added to the PR.Purpose
Per https://jira.autodesk.com/browse/DYN-4997, add trust location added/ skipped notification
Trust location added with trust warning check box:

When user click No and close the file

Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Add trust location added/ skipped notification
Reviewers
@DynamoDS/dynamo
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of