Space Blueprint title suffix

Francis Woon May 11, 2017

I'm trying out the Write a simple Confluence Space Blueprint . I encountered a fatal error while creating it because it says this:

unnamed.jpg

The whole page hangs and i need to reopen it ... finding out that the space gets created instead with asdq home sitting right there nicely.

If i change confluence.blueprints.space.example.home.title.suffix=Home Page then it works fine...no error popup.

Am i missing anything here??

spacebp.js

AJS.bind("blueprint.wizard-register.ready", function () {
function submitExampleSpace(e, state) {
state.pageData.ContentPageTitle = state.pageData.name + " " + AJS.I18n.getText("confluence.blueprints.space.example.home.title.suffix");
return Confluence.SpaceBlueprint.CommonWizardBindings.submit(e, state);
}

confluence-space-blueprints.properties

confluence.blueprints.space.example.home.title.suffix=Home

1 answer

0 votes
Maximilian March 7, 2018

Got the same issue and can't figure out why.

It seems like the js is trying to create a new page with the same title as the Home-Page, instead of updating the title of the Home-Page.

Did you solve the problem yet?

Greetings

Max

fwoon March 7, 2018

The official answer from Atlassian is that Blueprint was "mistakenly"  shipped in 5.10.8 and is no longer part of the 6.x moving forward....so don't bother using it

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events