[ARVADOS] updated: 1.3.0-1548-g5b604a088

Git user git at public.curoverse.com
Thu Aug 22 19:04:35 UTC 2019


Summary of changes:
 apps/workbench/app/controllers/users_controller.rb | 3 +++
 1 file changed, 3 insertions(+)

       via  5b604a0884f7cac8330fb0e5cfae90f80799f6c3 (commit)
      from  7410ffda247fc84a9e650dc441dd415f483cfa5e (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 5b604a0884f7cac8330fb0e5cfae90f80799f6c3
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Aug 22 15:04:14 2019 -0400

    15583: Add with_count('none') more places
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/apps/workbench/app/controllers/users_controller.rb b/apps/workbench/app/controllers/users_controller.rb
index b27482c4c..a3c121b10 100644
--- a/apps/workbench/app/controllers/users_controller.rb
+++ b/apps/workbench/app/controllers/users_controller.rb
@@ -154,11 +154,13 @@ class UsersController < ApplicationController
     @my_jobs = Job.
       limit(10).
       order('created_at desc').
+      with_count('none').
       where(created_by: current_user.uuid)
 
     @my_collections = Collection.
       limit(10).
       order('created_at desc').
+      with_count('none').
       where(created_by: current_user.uuid)
     collection_uuids = @my_collections.collect &:uuid
 
@@ -183,6 +185,7 @@ class UsersController < ApplicationController
     @my_pipelines = PipelineInstance.
       limit(10).
       order('created_at desc').
+      with_count('none').
       where(created_by: current_user.uuid)
 
     respond_to do |f|

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list