[ARVADOS] updated: e42bf96609791323ca21aff9768e31e809cc9439
Git user
git at public.curoverse.com
Thu May 4 14:30:10 EDT 2017
Summary of changes:
apps/workbench/app/helpers/provenance_helper.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e42bf96609791323ca21aff9768e31e809cc9439 (commit)
from a4a8d41f6ccd1a0a54f99fb80f3d725922c08ee1 (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 e42bf96609791323ca21aff9768e31e809cc9439
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Thu May 4 15:26:48 2017 -0300
10111: Flipped arrow between the cr and its childs cr.
diff --git a/apps/workbench/app/helpers/provenance_helper.rb b/apps/workbench/app/helpers/provenance_helper.rb
index ba5b56c..782639b 100644
--- a/apps/workbench/app/helpers/provenance_helper.rb
+++ b/apps/workbench/app/helpers/provenance_helper.rb
@@ -225,7 +225,7 @@ module ProvenanceHelper
child_crs = ContainerRequest.where(requesting_container_uuid: cr[:container_uuid])
child_crs.each do |child|
gr += generate_provenance_edges(child[:uuid])
- gr += edge(uuid, child[:uuid], {label: 'child'})
+ gr += edge(child[:uuid], uuid, {label: 'child'})
end
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list