// Improve details action in BO ...
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12539 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -196,10 +196,9 @@ class AdminTabsControllerCore extends AdminController
|
||||
* method call when ajax request is made with the details row action
|
||||
* @see AdminController::postProcess()
|
||||
*/
|
||||
public function ajaxProcess()
|
||||
public function ajaxProcessDetails()
|
||||
{
|
||||
// test if an id is submit
|
||||
if (($id = Tools::getValue('id')) && Tools::isSubmit('id'))
|
||||
if (($id = Tools::getValue('id')))
|
||||
{
|
||||
// override attributes
|
||||
$this->display = 'list';
|
||||
|
||||
Reference in New Issue
Block a user