Actions
Bug #26758
closedUnify render_error in unattended and template rendering
Description
Getting wrong number of arguments:
app/controllers/unattended_controller.rb:83:in `render_error' app/controllers/concerns/foreman/controller/template_rendering.rb:19:in `rescue in safe_render' app/controllers/concerns/foreman/controller/template_rendering.rb:15:in `safe_render' app/controllers/concerns/foreman/controller/template_rendering.rb:9:in `render_template' app/controllers/unattended_controller.rb:130:in `render_provisioning_template' app/controllers/unattended_controller.rb:68:in `host_template' app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone' app/models/concerns/foreman/thread_session.rb:32:in `clear_thread' app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller' lib/foreman/middleware/telemetry.rb:10:in `call' lib/foreman/middleware/catch_json_parse_errors.rb:9:in `call' lib/foreman/middleware/logging_context_session.rb:22:in `call' lib/foreman/middleware/logging_context_request.rb:11:in `call'
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6746 added
Updated by Lukas Zapletal about 5 years ago
- Target version set to 1.23.0
Actually 1.23 is affected too.
Updated by Tomer Brisker about 5 years ago
- Fixed in Releases 1.23.0 added
- Fixed in Releases deleted (
1.24.0)
Updated by Lukas Zapletal about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 6bb5487502df2e315f934f529b3e0d8f8ba6f5f1.
Actions