fixed: DataForm now allows you to edit existing tabs
This commit is contained in:
parent
70a0a422b7
commit
43c5e5e63d
2 changed files with 3 additions and 1 deletions
|
|
@ -1272,7 +1272,7 @@ sub www_editTab {
|
|||
|
||||
my $f = WebGUI::HTMLForm->new($self->session,-action=>$self->getUrl);
|
||||
$f->hidden(
|
||||
-name => "tabIdd",
|
||||
-name => "tabId",
|
||||
-value => $tabId,
|
||||
);
|
||||
$f->hidden(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue