Actions
Bug #32065
closedIncluding a nonexistent job template exercises bad code, thereby masking the original problem
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:
Description
Steps to reproduce:
- Prepare a new job template (menu → Hosts → Job templates → New Job Template →
- Type
<%= render_template("Does not exist") %>
- Click Preview
Expected result: an error message informing the user that there is no template named “Does not exist”
Actual result:
Problem with previewing the template: error during rendering: undefined method `error_message=' for #<ForemanRemoteExecution::Renderer::Scope::Input:0x00007f8e54cf0910>.
Updated by Dominique Quatravaux over 3 years ago
- Fixed in Releases foreman_remote_execution-4.2.4 added
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/568 added
Updated by Dominique Quatravaux over 3 years ago
- Fixed in Releases deleted (
foreman_remote_execution-4.2.4) - Found in Releases foreman_remote_execution-4.2.4 added
Updated by Adam Ruzicka over 3 years ago
- Target version set to foreman_remote_execution-4.3.1
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases foreman_remote_execution 4.1.1 added
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|5bfbd5212a7b5b0586d580815e7114bb98634eda.
Updated by Adam Ruzicka over 3 years ago
- Fixed in Releases foreman_remote_execution-4.3.1 added
- Fixed in Releases deleted (
foreman_remote_execution 4.1.1)
Actions