fix: ProductManager->editProduct created a tab with the wrong name. Why did it work at all?
This commit is contained in:
parent
a7f5942e56
commit
224773681b
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue