You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/09/17 12:21:44 UTC

[jira] Assigned: (SLING-661) vanityPath nodetype should be defined as mixin

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

Bertrand Delacretaz reassigned SLING-661:
-----------------------------------------

    Assignee: Bertrand Delacretaz

> 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
>            Reporter: Philipp Koch
>            Assignee: Bertrand Delacretaz
>         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.