Friday, August 26, 2022
1 change · master
Resolved issues and error corrections
The Helpdesk timesheet timer has been repositioned so it appears correctly in the ticket view. This restores the expected layout after a recent interface structure change and helps users track time without visual confusion.
Original PR description
This commit fixes the position of the timer in the helpdesk module. The timer is no longer correctly placed since the introduction of a div wrapper around legacy fields. This commit simply realign the timer correctly. Before: <img width="287" alt="image" src="https://user-images.githubusercontent.com/35101914/186584520-4347d6a1-5f5d-4601-a9d8-72b6d8307fc5.png"> After: <img width="272" alt="image" src="https://user-images.githubusercontent.com/35101914/186584450-979bdd28-9072-40b9-991a-38ba4bbb8092.png">