time_logger icon indicating copy to clipboard operation
time_logger copied to clipboard

Redmine 5.x support

Open amoscatelli opened this issue 3 years ago • 2 comments

Please support redmine 5.x I can see errors regarding file time_logger_hooks

amoscatelli avatar Apr 08 '22 22:04 amoscatelli

The first problem is that require_dependency is not available. Here https://www.redmine.org/boards/2/topics/67113 is how to include time_logger_hooks. But after that I had another problem with rendering:

ActionView::Template::Error (Object must be a Date, DateTime or Time object. :label_home given.):
1: <h2><%= l(:label_home) %></h2>
2:
3: <div class="splitcontent">
4: <div class="splitcontentleft">

app/views/welcome/index.html.erb:1
lib/redmine/sudo_mode.rb:61:in `sudo_mode'

I don't resolve where is the problem so downgrade to version 4 :(

petrposvic avatar Apr 19 '22 15:04 petrposvic

Check https://github.com/red-soft-ru/time_logger/tree/red2mine it should work

dmakurin avatar May 11 '22 16:05 dmakurin