Announcement

Collapse
No announcement yet.

Make Dashboard Read-only (without Portals)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Make Dashboard Read-only (without Portals)

    I'd like to edit the dashboard layout so that users can not add/edit dashlets or dashboard settings. I don't think it's possible to customize the dashboard in an upgrade-safe way though, such as providing a custom template that can override the default. Is that the case?

    I see that with Portals the user's dashboard is read-only, but we are not using Portals and don't plan to as it otherwise doesn't fit for us.

    In general it would be great to be able to customize a few more of the "core" parts of the UI (navbar, dashboard, etc.) the same way you can extend other parts.

  • #2
    Hi there,

    The same problem here, donĀ“t want users to play around with the dashboard.

    Any way of disabling it?

    Thanks,

    NunoS
    Attached Files

    Comment


    • #3
      EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.


      change to if (true || this.getUser().get('portalId')) {

      Comment


      • #4
        Hi tanya,

        A little bit loss here but manage to make it work., thanks!

        Comment


        • #5
          as Kurt told, this modification is not upgrade safe, so check after each upgrade, if this functionality works

          Comment

          Working...
          X