[+] BO : Notification autorefresh can be deactivated
// ajaxPreProcess is now called at the end of init() process in admincontroller // fixed getTranslationsFlags git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9513 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -70,7 +70,8 @@ INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VAL
|
||||
('PS_SHOW_NEW_CUSTOMERS', '1', NOW(), NOW()),
|
||||
('PS_SHOW_NEW_MESSAGES', '1', NOW(), NOW()),
|
||||
('PS_FEATURE_FEATURE_ACTIVE', '1', NOW(), NOW()),
|
||||
('PS_COMBINATION_FEATURE_ACTIVE', '1', NOW(), NOW());
|
||||
('PS_COMBINATION_FEATURE_ACTIVE', '1', NOW(), NOW()),
|
||||
('PS_ADMINREFRESH_NOTIFICATION', '1', NOW(), NOW());
|
||||
|
||||
/* PHP:update_feature_detachable_cache(); */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user