[-] BO : #PSTEST-777 : Reset form when action is : save and stay
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13548 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -373,12 +373,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
parent::processAdd($token);
|
||||
|
||||
if (Tools::isSubmit('submitAdd'.$this->table.'AndStay') && !count($this->errors))
|
||||
{
|
||||
if ($this->display == 'add')
|
||||
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'=&conf=3&update'.$this->table.'&token='.$token;
|
||||
else
|
||||
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'='.(int)Tools::getValue($this->identifier).'&conf=3&update'.$this->table.'&token='.$token;
|
||||
}
|
||||
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'=&conf=3&update'.$this->table.'&token='.$token;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user