Change By: Espen Jervidalo (11/Jun/13 12:04 PM)
Description: The available templates are determined by the parents template category, so it should be easy to check for available child templates  for a yet not created page
The only thing that is preventing this is in #isAvailable:

            if(node.getDepth() == 1){
                return category.equals(TemplateCategory.HOME) || category.equals(TemplateCategory.FUNCTIONAL);
            }


Extending the interfaces would end up in a huge code duplication down to that method.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to