hicknhack-software / redmine_time_tracker

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

Takeover/stop of running time tracker problem #154

Closed fuh-gpl closed 9 years ago

fuh-gpl commented 10 years ago

When starting a timer from an issue view with another timer running, there is a question what to do with the running timer. No matter which answer given, the running timer does not change.

steps to reproduce:

System info:

Environment:
  Redmine version                2.5.0.stable
  Ruby version                   1.9.3-p545 (2014-02-24) [x86_64-linux]
  Rails version                  3.2.17
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.8.5
  Mercurial                      1.4
  Git                            1.8.5.2
  Filesystem                     
Redmine plugins:
  redmine_time_tracker           0.9.6``
jume-dev commented 10 years ago

Did you have sufficient permissions to change a time tracker? Is there any error message?

fuh-gpl commented 10 years ago

Permissions should be ok, i got all time tracking and time tracker plugin permissions set.I can also stop the tracker using the global 'stop timer button' without a problem.

There is no error message in the browser. I switched config.loglevel to debug in redmine, there is no message in production.log when trying to takeover a running timer (neither error nor debug message). Same for apache logs error_log and access_log.

jume-dev commented 10 years ago

Well, could be a problem with the new redmine version. We don't support anything higher than 2.4.0 yet. We will, but not for now. If you can, feel free to fix it yourself, any help is very appreciated.

mstarke commented 10 years ago

The Problem is present in 0.9.6 with Redmine version 2.4.2

jume-dev commented 9 years ago

I can't reproduce this problem, even with the steps provided by @fuh-gpl. I assume it was fixed with another issue.