If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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)
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