Hiding overview and activity
Added by Joe Chin almost 16 years ago
This is something I've been trying to investigate for a while. Does anyone know how to hide the overview and activity page of a project? Some of our users are only allowed to submit issues and would like them to only see Issues and New Issue tabs.
Barring that is there anywhere in the code I can start looking to modify this. Ruby isn't my forte but I'm familiar enough with dynamic languages. Someone can point me in the right direction would be greatly appreciated.
Replies (5)
RE: Hiding overview and activity - Added by Ben Blanco almost 16 years ago
Yes - I feel this could/should even be included in the standard Modules
of redmine Projects which an Admin can choose to activate/display or not.
I propose to add a Feature Issue on this.
RE: Hiding overview and activity - Added by Ben Blanco almost 16 years ago
I've just added http://www.redmine.org/issues/show/2585
I meantime would also be interested in a workaround on this... anyone have some pointers?
RE: Hiding overview and activity - Added by Sen Haerens almost 16 years ago
Any update on a possible workaround?
It would make for a nice and minimal redmine.
RE: Hiding overview and activity - Added by Jan Alboszta over 15 years ago
Hi
I created some kind of patch to limit access for anonymous users to some tabs.
Please note that it was kind of copy&paste. I do not know that programing language so I just created lines that sounded reasonable to me.
It passed first tests, so I can mark it 'worksforme'.
Regards
Jan Alboszta
redmine.db.patch (1.64 KB) redmine.db.patch | Experimental patch |
RE: Hiding overview and activity - Added by Jan Alboszta over 15 years ago
After patching one needs to add permission view_issues on administration task to all non-anonymous users.
Interesting, that way one could create custom permissions. Maybe learning more about is not a bad idea.
Regards
Jan Alboszta