I'm trying out the Write a simple Confluence Space Blueprint . I encountered a fatal error while creating it because it says this:
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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.