The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Space Tools does not show. How to reset layout?

Kwanthar
May 30, 2013

I have customized the decorator for the one of the Layouts, but now I cannot access the space tools, it appears blank. Is there a way to reset the layouts? I cannot even delete the space.

i.e. when at .../spaces/spacepermissions.action?key=MAINPAGE

It is just blank white space.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Kwanthar
June 6, 2013

Just to update, I wasn't able to get permission to use SQL, but using the following did the trick.

Comment Jan-14 by Anonymous

https://confluence.atlassian.com/display/DOC/Deleting+a+Space

0 votes
Amalia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 30, 2013

Hi Kwanthar!

All edited layouts are saved into DECORATOR table. I would recommend you to backup your Confluence instance and run the following SQL queries to see which layout you would like to delete:

select * from decorator where spacekey='MAINPAGE';

You can then delete a specific layout:

delete from decorator where decoratorid=<ID>

or delete all layouts in one go:

truncate table decorator;

Of course, you would need restart Confluence after marking those changes :)

Kwanthar
May 30, 2013

Hi Amalia,

Thanks for your response, I will give that a go.

TAGS
AUG Leaders

Atlassian Community Events