how to delete wiki pages?

LabKey Support Forum (Inactive)
how to delete wiki pages? michael_stover  2011-03-18 07:41
Status: Closed
 
Let's say you did something silly and made a completely broken wiki page. I can't delete it because I can't get to it, and the edit link appears to only be available from the wiki page itself. Help?
 
 
adam responded:  2011-03-18 09:05
You can view the broken page then manually change the URL in the address bar to get to its edit page; change the text "page.view" to "editWiki.view". In other words, if your URL were:

    http://localhost:8080/labkey/wiki/home/page.view?name=test

...you would change it to:

    http://localhost:8080/labkey/wiki/home/editWiki.view?name=test

From there you can fix the page or delete it entirely.

We should provide a better wiki management page, one that lets you edit or delete any wiki without viewing it first. I'll add this to the list.

Adam
 
michael_stover responded:  2011-03-18 09:36
Thanks!