diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 82c0c22a2..bc330e22e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm index 54c5e908c..b06183b86 100644 --- a/lib/WebGUI/Asset/Wobject/DataForm.pm +++ b/lib/WebGUI/Asset/Wobject/DataForm.pm @@ -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(