Skip to content

Commit

Permalink
Merge pull request #255 from plone/add_relations_controlpanel
Browse files Browse the repository at this point in the history
Add relations controlpanel
  • Loading branch information
pbauer authored Aug 16, 2021
2 parents addce9e + 8b2eb91 commit 1faa2f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions news/255.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add relations controlpanel as part of https://github.com/plone/Products.CMFPlone/pull/3232
[pbauer]
10 changes: 8 additions & 2 deletions plone/app/upgrade/v60/profiles/to_alpha1/controlpanel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
url_expr="string:${portal_url}/@@member-fields" visible="True"
i18n:attributes="title">
<permission>Plone Site Setup: Users and Groups</permission>
</configlet>

</configlet>
<configlet title="Relations" action_id="inspectrelations"
icon_expr="string:share-fill"
appId="Relations" category="plone-content" condition_expr=""
url_expr="string:${portal_url}/@@inspect-relations" visible="True"
i18n:attributes="title">
<permission>Inspect Relations</permission>
</configlet>
</object>

0 comments on commit 1faa2f8

Please sign in to comment.