Actions
Bug #35536
closedTemplate input_resource macro & preview error
Description
Preconditions
will still raise an "no implicit conversion of nil into String." error while previewing the template
- Create new job template
echo '<%= input_resource('organization').title %>'
- Add template input
Input Type: user input Value type: resource Resource Type: organization
- Try to preview the template
- Run job invocation & verify that preview templates tab doesn't show any errors
Not fixed:
echo '<%= input_resource('organization') %>'
will still raise an "no implicit conversion of nil into String." error while previewing the template
Actions