2875: set initial description on the new pipeline instance created by running a template.
[arvados.git] / apps / workbench / app / views / pipeline_templates / show.html.erb
index 725d63db731c0feae254534157b235dd8e2798cf..6e5a19e6f3f31fa9ec6630e9f0e7aa440859a517 100644 (file)
@@ -7,6 +7,7 @@
                                      action_method: 'post',
                                      action_data: {selection_param: 'pipeline_instance[owner_uuid]',
                                                    'pipeline_instance[pipeline_template_uuid]' => @object.uuid,
+                                                   'pipeline_instance[description]' => "Created using the pipeline template *#{@object.name}* at #{Time.now.localtime}",
                                                    'success' => 'redirect-to-created-object'
                                                   }.to_json),
                 { class: "btn btn-primary btn-sm", remote: true, method: 'get' }