Hide "Time tracking" box in an issue detail

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
zdenek
Posts: 2
Joined: 05 Nov 2018, 09:55

Hide "Time tracking" box in an issue detail

Post by zdenek »

Is there a way to disable a box with title "TIme tracking" in an issue detail?
tt.png
tt.png (9.31 KiB) Viewed 1866 times
I'd like to preserve a time tracking functionality. I only need to remove that box because it is not useful in our workflow.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Hide "Time tracking" box in an issue detail

Post by atrol »

Adding the following line to file config_inc.php might fix the issue.

Code: Select all

$g_time_tracking_view_threshold = NOBODY;
I didn't have a deeper look if there are other places where you might miss time tracking functionality after the change.
Please use Search before posting and read the Manual
zdenek
Posts: 2
Joined: 05 Nov 2018, 09:55

Re: Hide "Time tracking" box in an issue detail

Post by zdenek »

Thx, it helps
Post Reply