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
|
|
@ -14,6 +14,8 @@
|
|||
- fixed: Now more than one DataTable can be put on a page
|
||||
- fixed #9002: add a variant in admin product view misses i18n link
|
||||
- fixed #9034: Removed all instances of srand. This is called implicitily by rand and be dangerous if called mulitple times by the same process.
|
||||
- fixed: DataForm now allows you to edit existing tabs
|
||||
|
||||
7.6.2
|
||||
- fixed: not allowed to add calendar events if in can edit group but not can add event group
|
||||
- sped up lineage changes significantly
|
||||
|
|
|
|||
|
|
@ -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