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

Add ability to hide IsUsageReportingApproved and #10217

Merged
merged 4 commits into from
Dec 13, 2019

Conversation

DmytroMuravskyi
Copy link
Contributor

… IsAnalyticsReportingApproved from Dynamo UI

Purpose

Alias team needs a way to suppress the data reporting from UI, so it can be controlled by Alias.
The property controls visibility of 2 menu items and prevents report window from being shown during first run.
The HideReportOptions may suitable in DynamoViewModel.StartConfiguration but for comparability reasons I decided to add it only as a property for now.

Would be good if this change goes into 2.5 since this is target version for integrators.

Reviewers

@mjkkirschner

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

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

LGTM

So it can't be modified outside the constructor but still accessible by WPF
@QilongTang
Copy link
Contributor

@DmytroMuravskyi Thank you for the updates, exactly what I was worried before. These looks good. Merging

@QilongTang QilongTang merged commit e81cc47 into DynamoDS:master Dec 13, 2019
@QilongTang QilongTang added this to the 2.5.0 milestone Dec 13, 2019
QilongTang pushed a commit that referenced this pull request Dec 13, 2019
* Add ability to hide IsUsageReportingApproved and IsAnalyticsReportingApproved from Dynamo UI

* Move HideReportOptions to DynamoViewModel

* Move HideReportOptions to StartConfiguration

* Make HideReportOptions public and readonly

So it can't be modified outside the constructor but still accessible by WPF
QilongTang added a commit that referenced this pull request Dec 13, 2019
* Add ability to hide IsUsageReportingApproved and IsAnalyticsReportingApproved from Dynamo UI

* Move HideReportOptions to DynamoViewModel

* Move HideReportOptions to StartConfiguration

* Make HideReportOptions public and readonly

So it can't be modified outside the constructor but still accessible by WPF
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.

3 participants