Skip to content

Commit

Permalink
Merge pull request #7144 from bolt/hotfix/dont-show-superfluous-optio…
Browse files Browse the repository at this point in the history
…ns-in-incoming-relationships-1

Remove permissions in incoming relationships.
  • Loading branch information
GwendolenLynch committed Nov 3, 2017
2 parents 7827c15 + 6cfdb5c commit 153fc78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/view/twig/editcontent/_relations.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
'excerptlength': 280,
'permissions': {
'edit': isallowed('edit', record),
'create': isallowed('create', record),
'publish': isallowed('publish', record),
'delete': isallowed('delete', record),
'depublish': isallowed('depublish', record)
'create': false,
'publish': false,
'delete': false,
'depublish': false
},
'thumbsize': 54,
} %}
Expand Down

0 comments on commit 153fc78

Please sign in to comment.