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
Actions