This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-7858 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 9a9d0f69df5fb6ed06d37c012bf4935f909a1d1b Author: Dan Klco <[email protected]> AuthorDate: Wed Aug 29 18:03:11 2018 -0400 Fixing where the site group editor wasn't opening --- ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json index dc5b53c..79f34a3 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json @@ -132,7 +132,7 @@ "modal": true, "title": "Edit Site Group", "icon": "pencil-f", - "prefix": "/cms/folder/editgroup.html" + "prefix": "/cms/site/editgroup.html" }, "movecopy": { "jcr:primaryType": "nt:unstructured",
