Base solution for your next web application
Open Closed

Dashboard Visibility #11319


User avatar
0
MarturAbpUser created

Prerequisites

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

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

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using? Metronic 7
  • What are the theme settings? Theme 8

What do I need to do to make the dahboard I prepared visible to all users?


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

    Hi @MarturAbpUser

    When you add the dashboard to menu on AppNavigationService in your Angular app, you can leave the permisison empty and only set requiresAuthentication to true if you want all logged in users to see that dashboard.