nicStuff / redmine_timesheet_extensions

Redmine plugin furnishing some extensions about time informations
Other
24 stars 6 forks source link

NetworkError: 404 Not Found #13

Closed tuxinaut closed 3 years ago

tuxinaut commented 13 years ago

Hello!

i create a custom time sheet! Then i make a right click on a time entry an gets following error (in Firebug console)!

Running

Firebug output

"NetworkError: 404 Not Found - http://172.19.0.XXX/timesheet/context_menu?authenticity_token=3ZFFu3tXMMdVezB4IAtRJ7430Bf5Lt7qQL4bY8rNOXX%3D&authenticity_token=3ZFFu3tXMMdVezB4IAtRJ7430Bf5Lt7qQL4bY8rNO6E%XX&timesheet%5Byear%5D=2011&timesheet%5Bmonth%5D=&timesheet%5Bperiod%5D=all&timesheet%5Bperiod_type%5D=2&timesheet%5Bdate_from%5D=2011-01-01%2000%3A00%3A00&timesheet%5Bdate_to%5D=2011-12-31%2023%3A59%3A59&timesheet%5Bsort%5D=comments&timesheet%5Bprojects%5D%5B%5D=4&timesheet%5Bactivities%5D%5B%5D=9&timesheet%5Bactivities%5D%5B%5D=12&timesheet%5Bactivities%5D%5B%5D=13&timesheet%5Bactivities%5D%5B%5D=14&timesheet%5Bactivities%5D%5B%5D=15&timesheet%5Bactivities%5D%5B%5D=16&timesheet%5Busers%5D%5B%5D=1&timesheet%5Bselected_fields%5D%5Bid%5D=1&timesheet%5Bselected_fields%5D%5Bproject_id%5D=1&timesheet%5Bselected_fields%5D%5Buser_id%5D=1&timesheet%5Bselected_fields%5D%5Bissue_id%5D=1&timesheet%5Bselected_fields%5D%5Bcomments%5D=1&timesheet%5Bselected_fields%5D%5Bactivity_id%5D=1&timesheet%5Bselected_fields%5D%5Bspent_on%5D=1&timesheet%5Bselected_fields%5D%5Btweek%5D=1&timesheet%5Bselected_fields%5D%5Bhours%5D=1&timesheet%5Bselected_fields%5D%5Bbilled_hours%5D=1&commit=Anwenden&_method=delete&ids%5B%5D=95

I hope we can find a solution to this problem.

Thanks!

nicStuff commented 13 years ago

Right, it makes a call to the wrong service. I will fix it.

nic

tuxinaut commented 13 years ago

Thanks