Dashboard restriction

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahul89
    Member
    • Jul 2017
    • 96

    Dashboard restriction

    How can I restrict Dashboard view from a particular User.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    What do you want to hide?
    - ability to add new dashlets (user can see only dashlet, which an administrator add to him/her) (easy to implement)
    - remove home page at all (don't see a normal way yet)

    Comment

    • rahul89
      Member
      • Jul 2017
      • 96

      #3
      I want to hide dashlet from any particular user.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        You can add a boolean field to the entity User and modify client/src/views/dashboard.js
        set layoutReadOnly in true (look, how it hides for portal users)
        And an administrator has to set dashboard layout for these users in their preferences

        Comment

        • rahul89
          Member
          • Jul 2017
          • 96

          #5
          Thanx Tanya...

          Comment

          Working...