I need to hide summary report in issues
Added by SARATH MOHAN over 6 years ago
I need to hide the summary in issues from all other users and only visible to admin user. how can i do this ? Is it possible
Replies (4)
RE: I need to hide summary report in issues - Added by Martin Denizet (redmine.org team member) over 6 years ago
Hello,
I can be done writing a custom plugin but it would take a bit of time to do this write.
I suggest the easiest is to edit the template, probably in app/views/issues/show.erb
.
You only have 2 lines to add:
<% if user.current.is_admin? %>
<!--- Original code to display the summary here --->
<% end %>
Cheers,
RE: I need to hide summary report in issues - Added by SARATH MOHAN over 6 years ago
Martin Denizet (redmine.org team member) wrote:
Hello,
I can be done writing a custom plugin but it would take a bit of time to do this write.
I suggest the easiest is to edit the template, probably inapp/views/issues/show.erb
.
You only have 2 lines to add:
[...]
Cheers,
Thanks it was working
I just add the lines in app/views/reports/issue_report.html.erb
Now it was working
RE: I need to hide summary report in issues - Added by Sonu Singh over 6 years ago
Redmine client app has completely stopped working on my Google Pixel 2 XL upon todays Android 8.1 update. Anyone else been encountering the same issue any idea how do I get the app working again?
Sonu
RE: I need to hide summary report in issues - Added by Bernhard Rohloff over 6 years ago
Hallo Sonu,
welcome to the Redmine community!
Android apps are not part of the core Redmine development so you have to ask the particular app creator for support.
Just in case you have to bridge the gap until your bug is fixed, Redmine is pretty usable on mobile browsers, too.
By the way ...
Starting a new thread for your topic doesn't cost anything. ;-)
Regards,
Bernhard