Base solution for your next web application
Open Closed

Customisable Dashboard Breaking Changes on Upgrade #11177


User avatar
0
rickfrankel created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • 11.2.1
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

It would seem that upgrading from version 10.x to version 11.2 there is a breaking change in the way the customised dashboards are stored in the AbpSettings page.

Previously HostDashboard and TenantDashboard were stored in the same setting name, it now looks like they are split apart.

Is there any particular documentation on how we should handle this from an upgrade point of view?

Thanks Rick


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rickfrankel

    You are right, it seems like we made a mistake and didn't explain the breaking change. You can get the value of the current setting and create separate settings for each dashboard. Please let me know if you face any issues while dividing the settings.