Make Dashboard Read-only (without Portals)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kurt
    Member
    • Jan 2018
    • 37

    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.
  • nunos
    Member
    • Mar 2018
    • 94

    #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

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #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

      • nunos
        Member
        • Mar 2018
        • 94

        #4
        Hi tanya,

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

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

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

          Comment

          Working...