Actions
Defect #33232
closedHard-coded error messages in ApplicationController
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
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
Files
Updated by Go MAEDA over 4 years ago
- File 33232.patch 33232.patch added
- Target version set to Candidate for next major release
The attached patch removes two hard-coded strings from ApplicationController.
Updated by Go MAEDA over 4 years ago
- Category changed from Translations to I18n
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA over 4 years ago
- Subject changed from Hard-coded string "An error occurred while executing the query and has been logged. Please report this error to your Redmine administrator." to Hard-coded error messages in ApplicationController
Updated by Marius BÄ‚LTEANU over 3 years ago
- Status changed from New to Confirmed
Updated by Go MAEDA over 3 years ago
- Status changed from Confirmed to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix.
Actions