[-] BO : fix bug #PSCFV-2363 - wrong product tabs loaded when the product page is saved and has an error

This commit is contained in:
tDidierjean
2012-05-16 09:08:37 +00:00
parent a7f1208547
commit 4daa5bb0c3
+4
View File
@@ -96,7 +96,11 @@ function ProductTabsManager(){
// send $_POST array with the request to be able to retrieve posted data if there was an error while saving product
var data;
if (save_error)
{
data = post_data;
// set key_tab so that the ajax call returns the display for the current tab
data.key_tab = tab_name;
}
return $.ajax({
url : $('#link-'+tab_name).attr("href")+"&ajax=1",