-
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-7310 - Modify Github Crash Report to Allow for "Issue Report" from Help Menu, and "Crash Report" from Crash #15775
DYN-7310 - Modify Github Crash Report to Allow for "Issue Report" from Help Menu, and "Crash Report" from Crash #15775
Conversation
Update title of github issue to "Issue Report from Dynamo" as not all issues that are getting submitted are crashes.
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-7310
UI Smoke TestsTest: success. 11 passed, 0 failed. |
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.
One comment and then LGTM
var dynamoVersion = AssemblyHelper.GetDynamoVersion().ToString() ?? "2.1.0+"; | ||
|
||
// append the title and body to the URL as query parameters | ||
// making sure we properly escape content since stack traces may contain characters not suitable | ||
// for use in URLs | ||
var title = "title=" + Uri.EscapeDataString(string.Format(issueTitle, dynamoVersion)); | ||
var title = "title=" + Uri.EscapeDataString(string.Format(issueTitle, reportType, dynamoVersion)); |
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.
It's been a while, can you double check here if reportType
would be number or string. I remember vaguely that the real value of Enums will be number and you may need to grab the name of the Enum specifically here.
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.
It appears to pull the string from the enum on the string formatting portion.
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.
Thank you for checking @johnpierson maybe the string.Format took care of it underneath already.
One last comment, then LGTM |
Waiting for |
😁
…On Thu, Jan 23, 2025 at 1:01 PM Aaron (Qilong) ***@***.***> wrote:
Waiting for SelfServe check to pass
—
Reply to this email directly, view it on GitHub
<#15775 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADYD5VBFWJGOZF7DYHFUUB32MFDBVAVCNFSM6AAAAABVVNDZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJQHEYDKMZQGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Purpose
Update Github Issue Title from "Crash Report" to "Issue Report" as not all issues submitted are a crash.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
N/A
Reviewers
@QilongTang
FYIs
@avidit