Feature #15760
JS response support for #render_error
Status: | Reopened | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
In ApplicationController#render_error, responding formats are HTML and REST API. It would helpful if render_error could respond with JS.
History
#1
Updated by Jean-Philippe Lang about 9 years ago
What kind of response do you expect?
#2
Updated by Zach Hamman about 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.
#3
Updated by Jean-Philippe Lang almost 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().
#4
Updated by Jean-Philippe Lang almost 9 years ago
- Status changed from Closed to Reopened
- Resolution deleted (
Fixed)
#5
Updated by Jean-Philippe Lang almost 9 years ago
- Target version changed from 2.5.0 to Candidate for next major release