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