[-] BO : FixBug #PSCFV-10866 - Tagify system not working
This commit is contained in:
@@ -1290,14 +1290,6 @@ class AdminProductsControllerCore extends AdminController
|
||||
|
||||
if ($this->display == 'edit' || $this->display == 'add')
|
||||
{
|
||||
$this->addjQueryPlugin(array(
|
||||
'autocomplete',
|
||||
'tablednd',
|
||||
'thickbox',
|
||||
'ajaxfileupload',
|
||||
'date'
|
||||
));
|
||||
|
||||
$this->addJqueryUI(array(
|
||||
'ui.core',
|
||||
'ui.widget',
|
||||
@@ -1306,6 +1298,15 @@ class AdminProductsControllerCore extends AdminController
|
||||
'ui.datepicker'
|
||||
));
|
||||
|
||||
$this->addjQueryPlugin(array(
|
||||
'autocomplete',
|
||||
'tablednd',
|
||||
'thickbox',
|
||||
'ajaxfileupload',
|
||||
'date',
|
||||
'tagify'
|
||||
));
|
||||
|
||||
$this->addJS(array(
|
||||
_PS_JS_DIR_.'productTabsManager.js',
|
||||
_PS_JS_DIR_.'admin-products.js',
|
||||
|
||||
Reference in New Issue
Block a user