DOCS Add link to user help guides and fix feature naming (#9596)

This commit is contained in:
Sacha Judd 2020-07-16 11:42:42 +12:00 committed by GitHub
parent 886733ea70
commit e341e0aee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -283,19 +283,21 @@ Then you just need to remove the reference to `silverstripe/mimevalidator`.
Beware that this will make future upgrade more difficult because you will have
to manually edit each module constraint.
## File status icons in the file manager
## File indicators in the File manager
![File status icons](https://raw.githubusercontent.com/silverstripe/silverstripe-framework/blob/4/docs/en/04_Changelogs/_images/file-status-icons.png "A screenshot of file status icons being displayed in the file manager")
![File indicators](_images/file-indicators.png "A screenshot of file indicators being displayed in the file manager")
Files and folders with permissions of either "Logged in users" or "Only these
groups (choose from list)" now show a "Restricted access" icon in the file
manager. These permissions can either be directly on the DataObject or they can
manager. These permissions can either be directly on the DataObject or they can
be inherited from the parent folder.
Websites with the optional [UserForms](https://github.com/silverstripe/silverstripe-userforms)
module installed will show a "Form submission" icon on files uploaded through a
UserForm. UserForm uploaded files without a "Restricted access" icon show a
UserForm. UserForm uploaded files without a "Restricted access" icon show a
"Form submission, unrestricted access" icon instead.
For more information about File indicators and how they work in conjunction with UserForms and the File manager refer to
[Silverstripe CMS User help guides](https://userhelp.silverstripe.org/en/4/optional_features/forms/form-submissions/#file-upload-field).
## Solr no longer indexes draft/restricted content {#solr-updates}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB