eyp / redmine_spent_time

Redmine plugin that improves the spent time functionality.
Other
57 stars 39 forks source link

Interval's filter not working #51

Closed alterdaemon closed 10 years ago

alterdaemon commented 10 years ago

Interval filters are not working. I can't change user nor interval, it always shows current user and last 7 days. When I click Apply button nothing happens (progress shows for a second with no effect)

Redmine 2.3.3 Stable

eyp commented 10 years ago

Any stacktrace?

alterdaemon commented 10 years ago

On submitting Apply button I am getting this:

Uncaught ReferenceError: Ajax is not defined spent_time:106 onsubmit spent_time:106 POST https://*****************/redmine/spent_time/report 500 (Internal Server Error) jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:2 send jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:2 v.extend.ajax jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:2 a.rails.d.ajax jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:11 a.rails.d.handleRemote jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:11 (anonymous function) jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:11 v.event.dispatch jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:2 o.handle.u jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328:2

eyp commented 10 years ago

I don't think that's the problem, because I get the same stacktrace that with #50 when I've tried it. I can't reproduce it in 2.6.1

alterdaemon commented 10 years ago

I confirm, it works now. Thanks for the swift fix.

eyp commented 10 years ago

Great!, Thanks for your feedbacks