Skip to content

Dashboards are loaded twice, including all server calls #12709

Open
@FrederikRobijns

Description

@FrederikRobijns

Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9

10.0.1

Bug summary

When a dashboard is activated for a second (or more) time, the component will be loaded twice by Angular.

These images are from a clean Umbraco install.

This is the first time activating the Examine management tab:
image

When moving to Welcome, and then back to Examine management, this happens:
image

Each subsequent activation of the examine management tab will make each call twice.

Specifics

We used a clean Umbraco install, created using the guide here: https://our.umbraco.com/documentation/Fundamentals/Setup/Install/

Steps to reproduce

Expected result / actual result

Expected:

  • The dashboard is only loaded once, all calls required by the dashboard are executed a single time per dashboard activation, regardless how many times the dashboard is activated and deactivated.
    Actual:
  • After the first activation, the dashboard is loaded twice for each activation, including all calls to the server.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions