[ARVADOS] updated: 743e9c54b5a97ebd8c2119e6f5b2953987e22f4b

git at public.curoverse.com git at public.curoverse.com
Fri Jun 6 14:51:02 EDT 2014


Summary of changes:
 apps/workbench/app/controllers/pipeline_instances_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  743e9c54b5a97ebd8c2119e6f5b2953987e22f4b (commit)
      from  38e59df2cbeac1cc58962eabdfad49942b32c8f6 (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 743e9c54b5a97ebd8c2119e6f5b2953987e22f4b
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Jun 6 14:50:41 2014 -0400

    2872: Bring back Graph pane on pipeline instance show page.

diff --git a/apps/workbench/app/controllers/pipeline_instances_controller.rb b/apps/workbench/app/controllers/pipeline_instances_controller.rb
index 076f4aa..ccbd06f 100644
--- a/apps/workbench/app/controllers/pipeline_instances_controller.rb
+++ b/apps/workbench/app/controllers/pipeline_instances_controller.rb
@@ -183,7 +183,7 @@ class PipelineInstancesController < ApplicationController
     if @object and @object.state.in? ['New', 'Ready']
       panes = %w(Inputs) + panes
     end
-    if not @object.components.values.collect { |x| x['job'] }.compact.any?
+    if not @object.components.values.collect { |x| x[:job] }.compact.any?
       panes -= ['Graph']
     end
     panes

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list