[ARVADOS] updated: d401c16c6043e56306d4c4ec3904f2a1ba9de7b6

git at public.curoverse.com git at public.curoverse.com
Sat Feb 15 21:55:10 EST 2014


Summary of changes:
 .../app/controllers/collections_controller.rb      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  d401c16c6043e56306d4c4ec3904f2a1ba9de7b6 (commit)
      from  ca435af8ada685bccd2a844b48582450c5c29f86 (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 d401c16c6043e56306d4c4ec3904f2a1ba9de7b6
Author: Tom Clegg <tom at curoverse.com>
Date:   Sat Feb 15 18:50:18 2014 -0800

    Render collection provenance graph top-down like other graphs.
    
    closes #2184

diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb
index 1fe786d..f8895da 100644
--- a/apps/workbench/app/controllers/collections_controller.rb
+++ b/apps/workbench/app/controllers/collections_controller.rb
@@ -102,7 +102,7 @@ class CollectionsController < ApplicationController
     end
     
     Collection.where(uuid: @object.uuid).each do |u|
-      @prov_svg = ProvenanceHelper::create_provenance_graph u.provenance, "provenance_svg", {:direction => :bottom_up, :combine_jobs => :script_only} rescue nil
+      @prov_svg = ProvenanceHelper::create_provenance_graph u.provenance, "provenance_svg", {:direction => :top_down, :combine_jobs => :script_only} rescue nil
       @used_by_svg = ProvenanceHelper::create_provenance_graph u.used_by, "used_by_svg", {:direction => :top_down, :combine_jobs => :script_only, :pdata_only => true} rescue nil
     end
   end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list