blocking view of certain fields specific to a particular role/user
Added by Sreekanth Ravindran over 12 years ago
I setup redmine 1.4.4 stable at my end and am doing some testing around it.
I have few requirements -
In the project overview page it lists the Members of the project and for certain users I thought I would be able to block this view, an option of this sort was not visible anywhere - any idea of how this can be done?
In My accounts page, I was expecting some users to be not able to change the way in which administrator has setup email notifications, neither have control over the hide email address button?
Is it possible to customize user accounts to meet the above two requirements?
--
Thanks
Sreekanth
Replies (3)
RE: blocking view of certain fields specific to a particular role/user
-
Added by Jan Niggemann (redmine.org team member) over 12 years ago
http://www.redmine.org/boards/2/topics/35117?r=35169
Hack away :-)
RE: blocking view of certain fields specific to a particular role/user
-
Added by Sreekanth Ravindran over 12 years ago
Thank you. I will play around this, I guess it should be possible to do this based on a particular role.
Also, any similar references for customizing My Accounts page to mask Email Notifications drop box specific to Role.
RE: blocking view of certain fields specific to a particular role/user
-
Added by Jan Niggemann (redmine.org team member) over 12 years ago
That's similar, see https://github.com/redmine/redmine/blob/master/app/views/my/account.html.erb and change code around line 33....