From 8e30c49e8419b36028d27f8929542af930994727 Mon Sep 17 00:00:00 2001 From: MrEssCee <67432920+MrEssCee@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:20:48 +0000 Subject: [PATCH 1/4] Update README.md Added text for permissions --- 15/umbraco-commerce/reference/stores/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/15/umbraco-commerce/reference/stores/README.md b/15/umbraco-commerce/reference/stores/README.md index 4131a1752ae..63235fdbd47 100644 --- a/15/umbraco-commerce/reference/stores/README.md +++ b/15/umbraco-commerce/reference/stores/README.md @@ -79,5 +79,7 @@ When editing a store, the permissions app allows you to control who can access t * **User Groups** - A set of toggles to allow/deny access to members of a particular user group. * **Users** - A set of toggles to allow/deny access to explicit individuals. +* **Store Permission** - Once a user has access to the Commerce section, they also need access to the specific store they need to manage. Learn how to [manage permissions for each store in the Store article](../umbraco-commerce/getting-started/umbraco-configuration.md) for more details. +* **Permissions** - To get [started with permissions](../umbraco-commerce/tutorials/getting-started-with-commerce#accessing-store-permissions-in-umbraco-commerce) -In both cases, a positive access control will always override a deny control setting. \ No newline at end of file +In both cases, a positive access control will always override a deny control setting. From e8cfe6c8345891e1d07dd4d5b7d9808d5845237d Mon Sep 17 00:00:00 2001 From: sofietoft Date: Thu, 20 Feb 2025 11:26:19 +0100 Subject: [PATCH 2/4] Update README.md --- 15/umbraco-commerce/reference/stores/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/umbraco-commerce/reference/stores/README.md b/15/umbraco-commerce/reference/stores/README.md index 63235fdbd47..7d4458a1e37 100644 --- a/15/umbraco-commerce/reference/stores/README.md +++ b/15/umbraco-commerce/reference/stores/README.md @@ -79,7 +79,7 @@ When editing a store, the permissions app allows you to control who can access t * **User Groups** - A set of toggles to allow/deny access to members of a particular user group. * **Users** - A set of toggles to allow/deny access to explicit individuals. -* **Store Permission** - Once a user has access to the Commerce section, they also need access to the specific store they need to manage. Learn how to [manage permissions for each store in the Store article](../umbraco-commerce/getting-started/umbraco-configuration.md) for more details. -* **Permissions** - To get [started with permissions](../umbraco-commerce/tutorials/getting-started-with-commerce#accessing-store-permissions-in-umbraco-commerce) In both cases, a positive access control will always override a deny control setting. + +Once a user has access to the Commerce section, they also need access to the specific **store** they need to manage. This permission needs to be granted here in the Permissions Workspace View when configuring a Store. From cc605253bbbc0153e6fef2fcaf9a887b47bbd4e3 Mon Sep 17 00:00:00 2001 From: MrEssCee <67432920+MrEssCee@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:16:46 +0000 Subject: [PATCH 3/4] Update README.md --- 15/umbraco-commerce/reference/stores/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/15/umbraco-commerce/reference/stores/README.md b/15/umbraco-commerce/reference/stores/README.md index 7d4458a1e37..421ca9b0815 100644 --- a/15/umbraco-commerce/reference/stores/README.md +++ b/15/umbraco-commerce/reference/stores/README.md @@ -83,3 +83,8 @@ When editing a store, the permissions app allows you to control who can access t In both cases, a positive access control will always override a deny control setting. Once a user has access to the Commerce section, they also need access to the specific **store** they need to manage. This permission needs to be granted here in the Permissions Workspace View when configuring a Store. + +## Further information + +* Information on [configuration](../umbraco-commerce/getting-started/umbraco-configuration) +* Accessing store [permissions](../umbraco-commerce/tutorials/getting-started-with-commerce#accessing-store-permissions-in-umbraco-commerce) From c975cb49625e05b59f4b49858aa28cea52834154 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 25 Feb 2025 10:02:50 +0100 Subject: [PATCH 4/4] Update README.md --- 15/umbraco-commerce/reference/stores/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/15/umbraco-commerce/reference/stores/README.md b/15/umbraco-commerce/reference/stores/README.md index 421ca9b0815..16818d9aa87 100644 --- a/15/umbraco-commerce/reference/stores/README.md +++ b/15/umbraco-commerce/reference/stores/README.md @@ -82,9 +82,4 @@ When editing a store, the permissions app allows you to control who can access t In both cases, a positive access control will always override a deny control setting. -Once a user has access to the Commerce section, they also need access to the specific **store** they need to manage. This permission needs to be granted here in the Permissions Workspace View when configuring a Store. - -## Further information - -* Information on [configuration](../umbraco-commerce/getting-started/umbraco-configuration) -* Accessing store [permissions](../umbraco-commerce/tutorials/getting-started-with-commerce#accessing-store-permissions-in-umbraco-commerce) +Once a user has access to the Commerce section, they also need access to the specific **store** they need to manage. This permission must be granted here in the Permissions Workspace View when configuring a Store.