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-whiteboard.git
commit cb743796907b1f940bac3f35dbde1ab5744ab6a2 Author: Dan Klco <[email protected]> AuthorDate: Sat May 19 22:05:48 2018 -0400 Updated to specify the type of the property for the oak:indexes --- cms/ui/src/main/resources/jcr_root/oak%3Aindex/published.json | 2 +- .../src/main/resources/jcr_root/oak%3Aindex/slingResourceSuperType.json | 2 +- cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingTemplate.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/ui/src/main/resources/jcr_root/oak%3Aindex/published.json b/cms/ui/src/main/resources/jcr_root/oak%3Aindex/published.json index 2b27fad..412ae70 100644 --- a/cms/ui/src/main/resources/jcr_root/oak%3Aindex/published.json +++ b/cms/ui/src/main/resources/jcr_root/oak%3Aindex/published.json @@ -1,7 +1,7 @@ { "jcr:primaryType": "oak:QueryIndexDefinition", "propertyNames": [ - "published" + "jcr:name:published" ], "type": "property", "reindex": false, diff --git a/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingResourceSuperType.json b/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingResourceSuperType.json index a9a17fe..f12eac3 100644 --- a/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingResourceSuperType.json +++ b/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingResourceSuperType.json @@ -1,7 +1,7 @@ { "jcr:primaryType": "oak:QueryIndexDefinition", "propertyNames": [ - "sling:resourceSuperType" + "jcr:name:sling:resourceSuperType" ], "type": "property", "reindex": false, diff --git a/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingTemplate.json b/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingTemplate.json index 8f5876d..a361d40 100644 --- a/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingTemplate.json +++ b/cms/ui/src/main/resources/jcr_root/oak%3Aindex/slingTemplate.json @@ -1,7 +1,7 @@ { "jcr:primaryType": "oak:QueryIndexDefinition", "propertyNames": [ - "sling:template" + "jcr:name:sling:template" ], "type": "property", "reindex": false, -- To stop receiving notification emails like this one, please contact [email protected].
