Open
Description
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:
When moving to Welcome, and then back to Examine management, this happens:
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
- Create a clean Umbraco install following the guide (https://our.umbraco.com/documentation/Fundamentals/Setup/Install/)
- Navigate to a section with multiple dashboards
- Repeatedly navigate between the dashboards on the section
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.