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

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

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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events