2872: Merge branch 'master' into 2872-folder-nav
[arvados.git] / apps / workbench / app / controllers / groups_controller.rb
index f97bb20f1331aa71c1b8162a0b4e52a0ecbae40a..7698fdba934cb68e641ea23d7ffe92635aa09ffd 100644 (file)
@@ -4,6 +4,7 @@ class GroupsController < ApplicationController
     @group_uuids = @groups.collect &:uuid
     @links_from = Link.where link_class: 'permission', tail_uuid: @group_uuids
     @links_to = Link.where link_class: 'permission', head_uuid: @group_uuids
+    render_index
   end
 
   def show