2961: Added tab_pane query parameter which returns just the desired tab pane partial.
[arvados.git] / apps / workbench / app / controllers / groups_controller.rb
index 854496a56a27c2e73e4a2b6a68cbc8803a440bac..30cd1e35c8b8d8971b994d44c531d322cc71dcea 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
+    super
   end
 
   def show