speedy32129 / time_logger

Redmine Time logger plugin. More than likely there is only going to be one more public release. New version has new time logging with the option of multiple loggers running at the same time, fixes for excessive loggng, and a whole new look.
Other
59 stars 43 forks source link

Can't start time logger on Redmine 2.6.0 from context menu #8

Closed tvdeyen closed 9 years ago

tvdeyen commented 9 years ago

On Redmine 2.5.3 I could start the time logger in the context menu of an issue. The time logger icon is missing in the context menu, but the text link "Start #1234" is present. Clicking the link does nothing.

The request in the log is:

Started GET "/issues/context_menu?html%5Bclass%5D=icon+icon-start&update=time-logger-menu&url%5Baction%5D=start&url%5Bcontroller%5D=%2Ftime_loggers&url%5Bissue_id%5D=6709" for 93.193.92.90 at 2014-11-04 22:44:13 +0100
Processing by ContextMenusController#issues as JS
  Parameters: {"html"=>{"class"=>"icon icon-start"}, "update"=>"time-logger-menu", "url"=>{"action"=>"start", "controller"=>"/time_loggers", "issue_id"=>"6709"}}
  Current user: tvd (id=3)
  Rendered common/error.html.erb (0.2ms)
Filter chain halted as :find_issues rendered or redirected
Completed 404 Not Found in 5.4ms (Views: 0.8ms | ActiveRecord: 0.5ms)

Looks like an url generation error.

Redmine 2.6.0, Ruby 2.1.2

tvdeyen commented 9 years ago

Sorry for the mess, but I have still some problems.

I fixed it with #9

speedy32129 commented 9 years ago

includes in latest release.