[ 
https://issues.apache.org/jira/browse/SLING-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated SLING-661:
------------------------------------

        Fix Version/s: JCR Resource 2.0.4
    Affects Version/s: JCR Resource 2.0.4

> vanityPath nodetype should be defined as mixin
> ----------------------------------------------
>
>                 Key: SLING-661
>                 URL: https://issues.apache.org/jira/browse/SLING-661
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR Resource
>    Affects Versions: JCR Resource 2.0.4
>            Reporter: Philipp Koch
>            Assignee: Bertrand Delacretaz
>             Fix For: JCR Resource 2.0.4
>
>         Attachments: SLING-661.patch
>
>
> the vanityPath nodetype definition is wrong (the description right...)
> instead of:
> //-----------------------------------------------------------------------------
> // Mixin node type for defining vanity resource path.
> [sling:VanityPath]
>   - sling:vanityPath (string)
>   - sling:redirect (boolean)
>   - sling:vanityOrder (long)
> it should be defined like this:
> //-----------------------------------------------------------------------------
> // Mixin node type for defining vanity resource path.
> [sling:VanityPath]
>   mixin
>   - sling:vanityPath (string)
>   - sling:redirect (boolean)
>   - sling:vanityOrder (long)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to