fix: ProductManager->editProduct created a tab with the wrong name. Why did it work at all?

This commit is contained in:
Doug Bell 2006-11-06 21:18:49 +00:00
parent a7f5942e56
commit 224773681b
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
- fix: Two cookies and incorrect Last-Modified date in HTTP header
- WebGUI::Text no longer spits out a billion warnings
- fix: workaround for IE not handling ' in SyndicatedContent was not catching everything
- fix: WebGUI::Operation::ProductManager added a tab with wrong name.
7.1.3
- fix: SQLReport now returns error if can't find DatabaseLink

View file

@ -153,7 +153,7 @@ sub www_editProduct {
$f = WebGUI::TabForm->new($session);
$f->addTab("properties","Properties");
$f->addTab("properties","Actions");
$f->addTab("actions","Actions");
$f->submit;
$f->hidden({