Feature #13157
Link on "My Page" to view all my spent time
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | My page | |||
Target version: | 2.4.0 | |||
Resolution: | Fixed |
Description
On my page there is no link below the spent time block to display "all my spent time". Actualy the click path is quite long: Projekt XY" -> Details (of spent time) -> All projects (in the breadcrumbs path)
This issue could use the new feature #10191 so by clicking on "all my spent time" only my spent time from all projects is displayed.
Compared to the issue blocks on my page there is always a link below to "View all issues".
Related issues
Associated revisions
Adds a link on "My Page" to view all my spent time (#13157).
History
#1
Updated by Filou Centrinov over 9 years ago
- File link_spent_time.png added
#2
Updated by Filou Centrinov over 9 years ago
- File link_spent_time2.png added
- File _timelog.html.erb.patch
added
This patch for the timelog wigdet on my page inserts a link to all my spent time.
Translations for "label_my_spent_time":
en: View all spent time
de: Gesamte aufgewendete Zeit anzeigen
fr: Voir tout le temps pass
#3
Updated by Toshi MARUYAMA about 9 years ago
- Target version set to Candidate for next major release
#4
Updated by Jean-Philippe Lang about 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 2.4.0
- Resolution set to Fixed
Feature added in r11859 with a few changes:
- the link is added to the block title to avoid adding some more translation strings
- used a named route for the url
- added a test for the spent time index
Thanks.