0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs/topics
Robert Rollins d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466)
This PR adds the 'choose' permission discussed in #4488. It limits Image and Document choosers to showing only those Collections (and their contents) for which the current user has the Choose permission.

It grants Choose permissions to the Root Collection to every existing Group that has the "Can access Wagtail admin" perm, via data migration. So there will be no change in behavior unless the user goes in and alters the Choose perms for their site's groups.

This PR has no effect on anything except choosers. The Image and Document index pages are still controlled solely by the 'add' and 'change' permissions, as those are only accessible by users who have those permissions in the first place. This means that it's now possible to configure a Group to allow its members to choose images from existing Collections when editing pages, *without* them being able to edit said images or add new ones.
2021-01-05 12:23:49 +00:00
..
search Fix Bonsai link in Elasticsearch docs 2020-11-24 12:16:53 +00:00
images.rst Changelog/release note/contributor for #6040 2020-06-09 09:42:48 +01:00
index.rst Add documentation about permission configuration 2016-11-03 16:10:09 +00:00
pages.rst Remove remaining references to request.site 2020-02-17 12:06:19 +00:00
permissions.rst Implemented a 'choose' permission for Images and Documents (#6466) 2021-01-05 12:23:49 +00:00
snippets.rst Documentation: Adding Orderable superclass in code example in "Binding Pages to Snippets". If this is not included sorting in InlinePanel won't work so good to include it in documentation. 2020-04-28 16:21:36 +01:00
streamfield.rst Release note for #6485 2020-12-08 18:23:56 +00:00
writing_templates.rst General spelling fixes 2020-10-03 14:43:03 +01:00