Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping Ticket related Time Tracker not possible, because of Javascript error. #174

Closed
tvdeyen opened this issue Jun 20, 2014 · 6 comments
Labels

Comments

@tvdeyen
Copy link

tvdeyen commented Jun 20, 2014

As a user that started a time tracker for a particular issue, I want to stop the tracker in order to book the time entry. An overlay appears with a form that wants me to enter an activity for this time entry. After choosing an activity the create button does not get enabled, it stays disabled.

redmine-timetracker-bug-1

In the javascript console of my browser I have an error:

Uncaught ReferenceError: redmine_time_tracker is not defined

redmine-timetracker-bug

I precompiled the javascript as this happens with running the rake redmine:plugins task. I also cleaned the application cache with rake tmp:clear and my browser cache. Nothing helps, the error persists.

  • Redmine 2.5.1
  • Ruby 2.1.2
  • Plugin Version 0.9.10
@tvdeyen tvdeyen changed the title Stop Time Tracker not possible for a Ticket related Time Tracker, because of Javascript error. Stopping Ticket related Time Tracker not possible, because of Javascript error. Jun 20, 2014
@tvdeyen
Copy link
Author

tvdeyen commented Jun 20, 2014

This worked for 0.9.8

@erakis
Copy link

erakis commented Jun 20, 2014

I have the same problem

@jume-dev
Copy link

Yeah, there was a missing dependency for release 0.9.10 and 0.9.11. Should be fixed, please try the newest release.

@jume-dev
Copy link

i found the source of this bug, but i can't say, how fast we can fix this.
We did some major improvement, but as it seems, this wasn't production ready yet. I marked the latest 3 releases as pre-releases.
Please use 0.9.9 for now, we gonna fix the rest.

@jume-dev jume-dev added the bug label Jun 21, 2014
@jume-dev
Copy link

ok, fixed it. Newest release should be working fine again.

@tvdeyen
Copy link
Author

tvdeyen commented Jun 23, 2014

Confirmed working in latest master. Thanks for fixing this so fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants