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

Removal of references to the Dashboard Project Type #4117

Merged
merged 3 commits into from
Sep 22, 2020

Conversation

mitchelsellers
Copy link
Contributor

Fixes #4114

Upon further review, since version 8.0.0 it has been impossible to install, or uninstall Dashboard components. However, there were lingering references. Given this, I have opted in this PR to remove the references rather than simply flagging as there wasn't anything easily flaggable. I can adjust if needed.

internal const string DefaultProviderImage = "icon_provider.gif";
internal const string DefaultLibraryImage = "icon_library.png";
internal const string DefaultWidgetImage = "icon_widget.png";
internal const string DefaultDashboardImage = "icon_dashboard.png";
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to delete this image also? Or leave it since someone might be using it for something else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we have to leave the image due to others possibly using it

@donker donker merged commit 5996ecc into dnnsoftware:develop Sep 22, 2020
@valadas valadas modified the milestones: 9.7.3, 9.8.0 Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashboard Functionality Removed - API's Not Updated
4 participants