Added Poll wobject.
This commit is contained in:
parent
1d7dcd6e9e
commit
f656d00c20
6 changed files with 272 additions and 284 deletions
|
|
@ -60,7 +60,7 @@ sub _traversePageTree {
|
|||
sub duplicate {
|
||||
my ($w, $f);
|
||||
$w = $_[0]->SUPER::duplicate($_[1]);
|
||||
$w = WebGUI::Wobject::Item->new({wobjectId=>$w,namespace=>$namespace});
|
||||
$w = WebGUI::Wobject::SiteMap->new({wobjectId=>$w,namespace=>$namespace});
|
||||
$w->set({
|
||||
startAtThisLevel=>$_[0]->get("startAtThisLevel"),
|
||||
indent=>$_[0]->get("indent"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue