Defect #33232
Hard-coded error messages in ApplicationController
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | 4.2.0 | |||
Resolution: | Affected version: |
Description
uninternationalized hard-coded string exists in source:trunk/app/controllers/application_controller.rb@19553#L686
def query_statement_invalid(exception) logger.error "Query::StatementInvalid: #{exception.message}" if logger session.delete(:issue_query) render_error "An error occurred while executing the query and has been logged. Please report this error to your Redmine administrator." end
History
#1
Updated by Go MAEDA 9 months ago
- File 33232.patch
added
- Target version set to Candidate for next major release
The attached patch removes two hard-coded strings from ApplicationController.