We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d63ff commit 15447cbCopy full SHA for 15447cb
app/controllers/catalog_controller.rb
@@ -1659,7 +1659,7 @@ def add_orchestration_template_vars(st)
1659
end
1660
1661
def add_configuration_script_vars(st)
1662
- st.job_template = @edit[:new][:template_id].nil? ? nil : ConfigurationScript.find(@edit[:new][:template_id])
+ st.configuration_script = @edit[:new][:template_id].nil? ? nil : ConfigurationScript.find(@edit[:new][:template_id])
1663
1664
1665
def add_server_profile_template_vars(service_template)
0 commit comments