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

Modification of a field by clicking on it - 404 error - undefined fields in POST request #81

Open
tkas opened this issue Nov 5, 2015 · 0 comments
Labels

Comments

@tkas
Copy link

tkas commented Nov 5, 2015

When i try to edit a field (any) by clicking on it, change the value and then click to save it, it ends with a progress dialog forever. What happens is, that the server returns 404 error:

Started PUT "/redmine/spent_time" for XXX at 2015-11-05 09:50:30 +0100
Processing by SpentTimeController#index as JSON
Parameters: {"undefined"=>{"undefined"=>"Comment text"}, "authenticity_token"=>"xxxx"}
Current user: user (id=1)
Missing template, responding with 404
Completed 404 Not Found in 66.9ms (ActiveRecord: 0.0ms)

The problem is caused by sending wrong POST request to server, but I'm not sure who is responsible for constructing it.

@eyp eyp added the bug label Apr 8, 2016
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

2 participants