hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

Contextmenu missing "Start Timer" entry in Issue list. #54

Closed mstarke closed 11 years ago

mstarke commented 11 years ago

There should be an entry "Start Timer" in the contextmenu on an issue. It's missing right now.

Redmine 2.3.1.stable Ruby 1.9.3 (x86_64-linux) redmine_time_tracker 0.7.0

mstarke commented 11 years ago

I can see the "Stop" in the context menu if the timer is already running.

jume-dev commented 11 years ago

As far as i can tell, there is nothing wrong with the contextmenu request. Problem seems to be on server side code. I could provide some debug logging, so we can figure out, where the problem lays

mstarke commented 11 years ago

If the TimeTracking module is inactive, this happens, if active, the menu contains the entry as it's supposed to be.

jume-dev commented 11 years ago

Fixed this