Merge branch 'ticket-12742-AntCreationCat' into develop
This commit is contained in:
commit
75fe225844
@ -367,13 +367,15 @@ class AdminAntCreationcategories extends AdminTab
|
||||
$(\'#subcategories\').tagsInput({
|
||||
width: \'auto\',
|
||||
defaultText:\'Nom\',
|
||||
delimiter: [\';\']
|
||||
});
|
||||
$(\'#subcategories .tag a\').click(function(event) {
|
||||
$(\'#div-families\').empty();
|
||||
});
|
||||
$(\'#subcategories2\').tagsInput({
|
||||
width: \'auto\',
|
||||
defaultText:\'Nom\'
|
||||
defaultText:\'Nom\',
|
||||
delimiter: [\';\']
|
||||
});
|
||||
|
||||
changeSelectParent();
|
||||
|
@ -59,22 +59,22 @@ class Privatesales_Family_Menu extends Module {
|
||||
|
||||
public function hookPrivateSales_create($params)
|
||||
{
|
||||
$this->hookPrivatesale_update($params);
|
||||
$this->hookPrivateSales_update($params);
|
||||
}
|
||||
|
||||
public function hookPrivateSales_delete($params)
|
||||
{
|
||||
$this->hookPrivatesale_update($params);
|
||||
$this->hookPrivateSales_update($params);
|
||||
}
|
||||
|
||||
public function hookCategoryUpdate($params)
|
||||
{
|
||||
$this->hookPrivatesale_update($params);
|
||||
$this->hookPrivateSales_update($params);
|
||||
}
|
||||
|
||||
public function hookCategoryAddition($params)
|
||||
{
|
||||
$this->hookPrivatesale_update($params);
|
||||
$this->hookPrivateSales_update($params);
|
||||
}
|
||||
|
||||
public function getTree($id_lang) {
|
||||
|
Loading…
Reference in New Issue
Block a user