[ARVADOS] updated: 4bde33a6a4ad1390504e270ee2ea881a867b5d5b
git at public.curoverse.com
git at public.curoverse.com
Fri Sep 12 15:56:23 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_templates/_show_recent.html.erb | 1 +
apps/workbench/app/views/pipeline_templates/show.html.erb | 1 +
2 files changed, 2 insertions(+)
via 4bde33a6a4ad1390504e270ee2ea881a867b5d5b (commit)
from 32b97aec0d210ec7a951f441cc6a44b4d0921a90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4bde33a6a4ad1390504e270ee2ea881a867b5d5b
Author: radhika <radhika at curoverse.com>
Date: Fri Sep 12 15:46:05 2014 -0400
2875: set initial description on the new pipeline instance created by running a template.
diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
index 9a02e0c..b6007da 100644
--- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
+++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
@@ -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' }
diff --git a/apps/workbench/app/views/pipeline_templates/show.html.erb b/apps/workbench/app/views/pipeline_templates/show.html.erb
index 725d63d..6e5a19e 100644
--- a/apps/workbench/app/views/pipeline_templates/show.html.erb
+++ b/apps/workbench/app/views/pipeline_templates/show.html.erb
@@ -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' }
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list