Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Child pages in space blueprint nesting getting prefixed

CorrisR May 20, 2016

Hi,

I am creating a space blueprint and while I have everything working I am running into one issues that is driving me crazy.

I am creating child pages underneath a page and I want them to look like this:

image2016-5-20 14:4:18.png

But instead when they are generated they look like this:

image2016-5-20 14:14:32.png

The page names are prefixed with their parent page.

The relevant portion of my plugin looks like this:

<content-template key="l6project-homepage-template" i18n-name-key="confluence.blueprints.l6project.homepage.name">
        <description key="confluence.blueprints.l6project.homepage.desc"/>
        <resource name="template" type="download" location="/xml/l6project-home.xml"/>
    </content-template>
    <content-template key="l6project-prdtrd-template" i18n-name-key="confluence.blueprints.l6project.prdtrd.name">
        <description key="confluence.blueprints.l6project.prdtrd.desc"/>
        <resource name="template" type="download" location="/xml/l6project-childdisplay.xml"/>
    </content-template>
    <content-template key="l6project-prd-template" i18n-name-key="confluence.blueprints.l6project.prd.name">
        <description key="confluence.blueprints.l6project.prd.desc"/>
        <resource name="template" type="download" location="/xml/l6project-blank.xml"/>
    </content-template>
    <content-template key="l6project-trd-template" i18n-name-key="confluence.blueprints.l6project.trd.name">
        <description key="confluence.blueprints.l6project.trd.desc"/>
        <resource name="template" type="download" location="/xml/l6project-blank.xml"/>
    </content-template>


    <space-blueprint key="l6project-blueprint" i18n-name-key="confluence.blueprints.l6project.name" category="project">
        <content-template ref="l6project-homepage-template">
            <content-template ref="l6project-prdtrd-template">
                <content-template ref="l6project-prd-template"/>
                <content-template ref="l6project-trd-template"/>
            </content-template>
        </content-template>
        <dialog-wizard key="l6project-blueprint-wizard">
            <dialog-page id="projectSpaceId"
                         template-key="Confluence.SpaceBlueprints.Projectspace.dialogForm"
                         title-key="confluence.blueprints.l6project.dialog.create.title"
                         description-header-key="confluence.blueprints.l6project.dialog.create.heading"
                         description-content-key="confluence.blueprints.l6project.dialog.create.description"
                         last="true"/>
        </dialog-wizard>
    </space-blueprint>
 
Does anyone know what I am missing?

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Shane Kramer July 5, 2016

Where you ever able to get past this issue? Did you have problems with child pages not being displayed? For some reason I can only get 1 of 4 child pages to show up.

TAGS
AUG Leaders

Atlassian Community Events