// It is now possible to add customs params when using ajax call with the 'details' action

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9956 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-08 13:41:11 +00:00
parent 817ed773bb
commit 4f0bd1ad42
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -1388,6 +1388,7 @@ class AdminControllerCore extends Controller
$helper->no_link = $this->list_no_link;
$helper->colorOnBackground = $this->colorOnBackground;
$helper->no_back = isset($this->no_back) ? $this->no_back : true;
$helper->ajax_params = $this->ajax_params;
// For each action, try to add the corresponding skip elements list
$helper->list_skip_actions = $this->list_skip_actions;