mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Added Front-office worker
This commit is contained in:
parent
68e1e50797
commit
f383ca4f30
@ -1,3 +1,6 @@
|
|||||||
|
## v3.4.5
|
||||||
|
* Исправлена работа воркеров публичной части сайта
|
||||||
|
|
||||||
## v3.4.4
|
## v3.4.4
|
||||||
* Улучшена горячая подгрузка данных на странице настроек модуля
|
* Улучшена горячая подгрузка данных на странице настроек модуля
|
||||||
* Исправлены ошибки при отсутствующем или невалидном api-ключе
|
* Исправлены ошибки при отсутствующем или невалидном api-ключе
|
||||||
|
@ -150,7 +150,7 @@ class RetailCRM extends Module
|
|||||||
{
|
{
|
||||||
$this->name = 'retailcrm';
|
$this->name = 'retailcrm';
|
||||||
$this->tab = 'export';
|
$this->tab = 'export';
|
||||||
$this->version = '3.4.4';
|
$this->version = '3.4.5';
|
||||||
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
|
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
|
||||||
$this->displayName = $this->l('Simla.com');
|
$this->displayName = $this->l('Simla.com');
|
||||||
$this->description = $this->l('Integration module for Simla.com');
|
$this->description = $this->l('Integration module for Simla.com');
|
||||||
@ -290,10 +290,7 @@ class RetailCRM extends Module
|
|||||||
public function hookHeader()
|
public function hookHeader()
|
||||||
{
|
{
|
||||||
if (!empty($this->context) && !empty($this->context->controller)) {
|
if (!empty($this->context) && !empty($this->context->controller)) {
|
||||||
$this->context->controller->addJS($this->assetsBase . '/js/retailcrm-compat.min.js');
|
$this->context->controller->addJS($this->assetsBase . '/js/worker.umd.min.js');
|
||||||
$this->context->controller->addJS($this->assetsBase . '/js/retailcrm-jobs.min.js');
|
|
||||||
$this->context->controller->addJS($this->assetsBase . '/js/retailcrm-collector.min.js');
|
|
||||||
$this->context->controller->addJS($this->assetsBase . '/js/retailcrm-consultant.min.js');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
38
retailcrm/views/js/worker.umd.min.js
vendored
Normal file
38
retailcrm/views/js/worker.umd.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user