Comments
-
Greg Hurrell
Fixed. Turns out that the
to_json
stuff used in the dynamic JavaScript templates was getting escaped, and needed to be marked with eitherraw
orhtml_safe
. -
Greg Hurrell
Status changed:
- From: new
- To: closed
-
Greg Hurrell
Gonna re-open. The fields look like they work, but when you check, you see that no actual modifications are made to the model.
-
Greg Hurrell
Status changed:
- From: closed
- To: open
-
Greg Hurrell
Talking about the
issues#show
action here.The AJAX stuff actually looks fine. In the logs I am seeing the changes get made, but then I see a "ROLLBACK". For some reason the transaction is being aborted, although no exceptions or anything else get logged.
Trying at least the in-place textfield editor on other pages seems to work fine.
Interestingly, trying to update an issue via
issues#edit
also fails, so it looks to be not related to AJAX at all. -
Greg Hurrell
Both of these issues now fixed. Will mark as closed.
-
Greg Hurrell
Status changed:
- From: open
- To: closed
Add a comment
Comments are now closed for this issue.