Feature #9994
closedAdd links in report view for users, projects, issues
0%
Description
This helps to stay on the report window, and grab some specific informations in other web browsers tabs.
Files
Related issues
Updated by Jérôme BATAILLE almost 13 years ago
Sorry there is an issue in the patch :
in app/helpers/timelog_helper.rb
here are 2 lines to add at the beginning:
...
...
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#html_escape
include ERB::Util
module TimelogHelper
...
...
Updated by Jean-Baptiste Barth over 12 years ago
Might be ok with one test or two. Does it break anything in global views ? I must admit I don't use time tracking a lot.
Updated by Jérôme BATAILLE over 12 years ago
Jean-Baptiste Barth wrote:
Might be ok with one test or two. Does it break anything in global views ?
I don't think so, it just replaces text by links, and the changes are only applied when a new parameter is triggered.
I must admit I don't use time tracking a lot.
It's a part of Redmine that we are using more and more and that we have enhanced a lot.
Updated by Egidijus Zideckas about 12 years ago
- File Timelog_hours_links.JPG Timelog_hours_links.JPG added
- File timelog_report_links.diff timelog_report_links.diff added
Hi everyone!
I've made a patch which adds links to issues and hours. We really missed links on hours.
Tested on current version 2.1.2.
Your feedback is very welcome. I could make small plugin for this if someone want to use it.
See attached screenshot.
Updated by Jérôme BATAILLE about 12 years ago
Excellent,
The links show the time entries for the related issue ?
Updated by Egidijus Zideckas about 12 years ago
No, actually it opens Issue. But if you want to open time entries of issue you can click on total column of interested issue line.
My idea was to link hours to time entries, not issues. Issue contains regular issue link.
Jérôme BATAILLE wrote:
Excellent,
The links show the time entries for the related issue ?
Updated by Egidijus Zideckas about 12 years ago
Added links to project and user, fixed small bug with date ranges.
Updated by Egidijus Zideckas about 12 years ago
- Used code provided by Jérôme BATAILLE to format links to users, issues and projects. This way simplyfied _report_criteria.html.erb view.
Will test on our production now :)
Updated by Egidijus Zideckas almost 12 years ago
Fixed small bug preventing CSV export of timelog report. Now works fine on current trunk.
Updated by Egidijus Zideckas almost 12 years ago
Updated to be compatible with current trunk. There were changes made on Timelog report filters, see #10191
Updated by Marius BĂLTEANU over 6 years ago
- Status changed from New to Needs feedback
Most of the original requests from this ticket were implemented in #29042. I think that we can close this issue.
Updated by Marius BĂLTEANU over 6 years ago
- Related to Feature #29042: Add links to Users, Projects and Versions (at least) in timelog report added
Updated by Go MAEDA about 6 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Duplicate
Marius BALTEANU wrote:
Most of the original requests from this ticket were implemented in #29042. I think that we can close this issue.
Exactly. Closing this issue.