Skip to content

Commit

Permalink
Propagate the :clickable attribute further from GenericShow to GTLs
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Sep 4, 2018
1 parent ba7e767 commit 548e7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mixins/generic_show_mixin.rb
Expand Up @@ -180,7 +180,7 @@ def nested_list(model, options = {})
:url => show_link(@record, :display => @display))

view_options = {:parent => @record}
view_options.update(options.slice(:association, :parent_method, :where_clause, :named_scope))
view_options.update(options.slice(:association, :parent_method, :where_clause, :named_scope, :clickable))

@view, @pages = get_view(model, view_options)
@showtype = @display
Expand Down

0 comments on commit 548e7e7

Please sign in to comment.