Haha... we're both wrong. I just remembered a conversation I had with JT... this was right from the beginning. He intended the Wiki wobject to be a wobject only and to add pages using the link in the wobject... I just thought I understood him wrong when I could see no way to add a page, which I subsequently found on the search screen.

Rolling this back.
This commit is contained in:
Roy Johnson 2006-12-11 06:27:52 +00:00
parent e5fc1d6a11
commit 385fb92479
2 changed files with 0 additions and 8 deletions

View file

@ -12,7 +12,6 @@
Activities and tests.
Added tests for File and Image assets to verify that this happens correctly.
- fix - Unable to add EventsCalendar
- fix - Wiki Page not added to config
- fix - Some functions in InOutBoard not internationalized

View file

@ -21,16 +21,9 @@ my $quiet; # this line required
my $session = start(); # this line required
cleanupEventsCalendar($session);
addWikiMaster($session);
finish($session); # this line required
#-------------------------------------------------
sub addWikiMaster {
my $session = shift;
$session->config->addToArray("assetContainers","WebGUI::Asset::Wobject::WikiMaster");
}
#-------------------------------------------------
sub cleanupEventsCalendar {
my $session = shift;