Skip to content

Commit

Permalink
Additional fix for #7124, using 'key' instead of 'slug'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Nov 3, 2017
1 parent 278306a commit 592563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/twig/dashboard/_recently_edited.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'compact': true,
'content': content,
'excerptlength': 280,
'permissions': context.permissions[contenttype.slug],
'permissions': context.permissions['' ~ content.contenttype],
'thumbsize': 54,
} %}
{{ include(['@bolt/custom/listing/' ~ content.contenttype.slug ~ '.twig', '@bolt/_sub/_listing.twig'], listing_vars) }}
Expand Down

0 comments on commit 592563e

Please sign in to comment.