Hide Subtask section from ticket view
Added by Colin Bragg almost 11 years ago
I don't want to use the subtask functionality. I have hidden the parent task field in the tracker. However, in the ticket view, the user still sees the subtasks section. This is even more confusing to the user because the add subtask link is visible but because there is no parent task field, it doesnt get pre-populated and just generates a new unlinked issue.
In short, can you remove the subtasks section from the ticket view?
Replies (4)
RE: Hide Subtask section from ticket view
-
Added by Martin Denizet (redmine.org team member) almost 11 years ago
Hi Colin,
Here is a monkey patch: hide it with CSS: http://www.redmine.org/plugins/redmine_custom_css
Cheers,
RE: Hide Subtask section from ticket view
-
Added by Colin Bragg almost 11 years ago
What css would i need? I lack in website design skills im afraid
RE: Hide Subtask section from ticket view
-
Added by Martin Denizet (redmine.org team member) almost 11 years ago
Try:
.issue #issue_tree{ display:none; }
RE: Hide Subtask section from ticket view
-
Added by Colin Bragg almost 11 years ago
Thanks but i've just found the answer in a much simpler way :)
You just simply need to remove the permission to manage subtasks and the section dissapears