From 9486d93623e7f6d725e584def9dc846efec78de5 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:30:08 +0200 Subject: [PATCH] [BUGFIX] Use internal links for permissions (#4859) Users and Permissions have been moved from getting started Releases: main, 13.4, 12.4 --- .../Backend/AccessControl/AccessControlOptions/Index.rst | 6 +++--- .../Backend/AccessControl/OtherOptions/Index.rst | 2 +- Documentation/ApiOverview/Categories/Index.rst | 2 +- .../ApiOverview/Fal/Administration/Permissions.rst | 4 ++-- Documentation/ApiOverview/Fal/Architecture/Components.rst | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/ApiOverview/Backend/AccessControl/AccessControlOptions/Index.rst b/Documentation/ApiOverview/Backend/AccessControl/AccessControlOptions/Index.rst index ccef6db502..2ec23265a8 100644 --- a/Documentation/ApiOverview/Backend/AccessControl/AccessControlOptions/Index.rst +++ b/Documentation/ApiOverview/Backend/AccessControl/AccessControlOptions/Index.rst @@ -41,7 +41,7 @@ Access Lists ============ Access lists are defined at group-level. Usage of access lists for defining -user rights is described in the :ref:`Getting Started tutorial `. +user rights is described in chapter :ref:`setting-up-user-permissions`. The various access lists are described here for reference, with additional technical details, where necessary. @@ -253,8 +253,8 @@ module: .. include:: /Images/AutomaticScreenshots/AccessControl/AccessModule.rst.txt -Editing permissions is described in details in the -:ref:`Getting Started Tutorial `. +Editing permissions is described in details in chapter +:ref:`page-permissions`. A user must be "admin" *or* the owner of a page in order to edit its permissions. diff --git a/Documentation/ApiOverview/Backend/AccessControl/OtherOptions/Index.rst b/Documentation/ApiOverview/Backend/AccessControl/OtherOptions/Index.rst index 57b014275f..bc72cbe2c7 100644 --- a/Documentation/ApiOverview/Backend/AccessControl/OtherOptions/Index.rst +++ b/Documentation/ApiOverview/Backend/AccessControl/OtherOptions/Index.rst @@ -19,7 +19,7 @@ Backend users Default language This is the language in which the backend will be localized for the user. The users can change the language themselves in the - :ref:`User Settings ` + :ref:`User Settings ` module. .. note:: diff --git a/Documentation/ApiOverview/Categories/Index.rst b/Documentation/ApiOverview/Categories/Index.rst index 5edc4ec4dc..4e6b4a514a 100644 --- a/Documentation/ApiOverview/Categories/Index.rst +++ b/Documentation/ApiOverview/Categories/Index.rst @@ -146,6 +146,6 @@ has access to and if the table :sql:`sys_category` is allowed in the field :guilabel:`Access Lists` of the user group. Additionally it is possible to set :guilabel:`Mounts and Workspaces > -Category Mounts` in the :ref:`user group `. If at +Category Mounts` in the :ref:`user group `. If at least one category is set in the category mounts only the chosen categories are allowed to be attached to records. diff --git a/Documentation/ApiOverview/Fal/Administration/Permissions.rst b/Documentation/ApiOverview/Fal/Administration/Permissions.rst index 534012ba59..3f85349b75 100644 --- a/Documentation/ApiOverview/Fal/Administration/Permissions.rst +++ b/Documentation/ApiOverview/Fal/Administration/Permissions.rst @@ -33,7 +33,7 @@ local file system). File mounts =========== -:ref:`File mounts ` +:ref:`File mounts ` restrict users to a certain folder in a certain storage. This is an obvious permission restriction: users will never be able to act on a file or folder outside of their allotted file mounts. @@ -45,7 +45,7 @@ User permissions ================ User permissions for files can be set in the -:ref:`"Fileoperation permissions" section ` +:ref:`"File operation permissions" section ` of the backend user or backend user group records. It is also possible to set permissions using :ref:`user TSconfig `, diff --git a/Documentation/ApiOverview/Fal/Architecture/Components.rst b/Documentation/ApiOverview/Fal/Architecture/Components.rst index 166c91d99a..3af1833c06 100644 --- a/Documentation/ApiOverview/Fal/Architecture/Components.rst +++ b/Documentation/ApiOverview/Fal/Architecture/Components.rst @@ -229,7 +229,7 @@ The file abstraction layer also comes with a number of services: :php:`\TYPO3\CMS\Core\Resource\Service\UserFileMountService` This service provides a single public method which builds a list of folders (and subfolders, recursively) inside any given storage. It is - used when defining :ref:`file mounts `. + used when defining :ref:`file mounts `. .. versionchanged:: 12.0 The service :php:`\TYPO3\CMS\Core\Resource\Service\UserFileInlineLabelService`