You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/10/06 04:12:51 UTC

[sling-org-apache-sling-app-cms] branch master updated: Fixing issue with the path generation for children of a sling:OrderedFolder under a sling:Site

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 25feeb3  Fixing issue with the path generation for children of a sling:OrderedFolder under a sling:Site
25feeb3 is described below

commit 25feeb3b3c186297a26b672af5ae28e3427d8e96
Author: Dan Klco <dk...@apache.org>
AuthorDate: Sun Oct 6 00:12:43 2019 -0400

    Fixing issue with the path generation for children of a
    sling:OrderedFolder under a sling:Site
---
 ...pache.sling.cms.core.internal.ResourceEditorAssociation-sites.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/install/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config b/ui/src/main/resources/jcr_root/libs/sling-cms/install/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config
index 3e594bc..fd4fc1c 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/install/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/install/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config
@@ -19,4 +19,4 @@
 pathPattern="\\/content.*"
 editor="/cms/site/sites.html"
 resourceType="sling:OrderedFolder"
-service.ranking=I"-1"
\ No newline at end of file
+service.ranking=I"1"
\ No newline at end of file