fixed a bug where wobjects would lose their sequence number when edited.

This commit is contained in:
JT Smith 2003-05-18 20:36:34 +00:00
parent a716541e0c
commit 864a88c322
2 changed files with 4 additions and 10 deletions

View file

@ -79,14 +79,6 @@ sub uiLevel {
sub www_edit {
my $properties = WebGUI::HTMLForm->new;
my $layout = WebGUI::HTMLForm->new;
$properties->hidden(
-name=>"proxiedNamespace",
-value=>$_[0]->get("proxiedNamespace")
);
$properties->hidden(
-name=>"proxiedWobjectId",
-value=>$_[0]->get("proxiedWobjectId")
);
$layout->template(
-name=>"proxiedTemplateId",
-value=>$_[0]->getValue("proxiedTemplateId"),