Actions
Bug #11062
closedTwo pane AJAX submit does not work
Description
When we submit a form opened in two-pane, you can see JS error in JS console complaining about illegal invocation of append method on object that does not implement FormData interface. Since the JS fails, normal form submit continues and reloads the whole page. We have to turn off data processing.
Updated by Marek Hulán over 9 years ago
- Related to Feature #8526: two_pane form does not serialize file upload when submitted added
Updated by Marek Hulán over 9 years ago
More information can be found at http://stackoverflow.com/questions/6974684/how-to-send-formdata-objects-with-ajax-requests-in-jquery and http://api.jquery.com/jquery.ajax/
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2531 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 63
Updated by Marek Hulán over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 17dffb02f2becbe79a0bbf485a3ac3cf003f7e41.
Actions