Actions
Feature #15760
openJS response support for #render_error
Status:
Reopened
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
In ApplicationController#render_error, responding formats are HTML and REST API. It would helpful if render_error could respond with JS.
Updated by Jean-Philippe Lang over 9 years ago
What kind of response do you expect?
Updated by Zach Hamman over 9 years ago
Recommend an errors.js view in common directory that adds the flash messages to the top of the page similar to a validation error when saving an object. Display the errors with content in that construction in HTML response.
Updated by Jean-Philippe Lang over 9 years ago
- Subject changed from render_error method for JS format to JS response support for #render_error
- Category changed from UI to Code cleanup/refactoring
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.5.0
- Resolution set to Fixed
Added in r12855. The error is displayed with a simple JS alert().
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from Closed to Reopened
- Resolution deleted (
Fixed)
Updated by Jean-Philippe Lang over 9 years ago
- Target version changed from 2.5.0 to Candidate for next major release
Actions