hicknhack-software / redmine_time_tracker

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

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

Closed tvdeyen closed 10 years ago

tvdeyen commented 10 years ago

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.

tvdeyen commented 10 years ago

This worked for 0.9.8

erakis commented 10 years ago

I have the same problem

jume-dev commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

tvdeyen commented 10 years ago

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