Announcement

Collapse
No announcement yet.

Dashboard restriction

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

  • Dashboard restriction

    How can I restrict Dashboard view from a particular User.

  • #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


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

      Comment


      • #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


        • #5
          Thanx Tanya...

          Comment

          Working...
          X