fixed a bug where wobjects would lose their sequence number when edited.
This commit is contained in:
parent
a716541e0c
commit
864a88c322
2 changed files with 4 additions and 10 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue