From 224773681b762288d6e4c1aaa7fa148ecb18c0bc Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 6 Nov 2006 21:18:49 +0000 Subject: [PATCH] fix: ProductManager->editProduct created a tab with the wrong name. Why did it work at all? --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Operation/ProductManager.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 6fe8f0933..79c8f8faa 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Operation/ProductManager.pm b/lib/WebGUI/Operation/ProductManager.pm index f945d00a0..3f98e6308 100755 --- a/lib/WebGUI/Operation/ProductManager.pm +++ b/lib/WebGUI/Operation/ProductManager.pm @@ -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({