Vote #80788
完了Hard-coded error messages in ApplicationController
0%
説明
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
journals
The attached patch removes two hard-coded strings from ApplicationController.
--------------------------------------------------------------------------------
Setting the target version to 4.2.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the fix.
--------------------------------------------------------------------------------