Skip to content

Commit

Permalink
Added Front-office worker
Browse files Browse the repository at this point in the history
  • Loading branch information
max-baranikov authored Jun 28, 2022
1 parent 68e1e50 commit f383ca4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.4.5
* Исправлена работа воркеров публичной части сайта

## v3.4.4
* Улучшена горячая подгрузка данных на странице настроек модуля
* Исправлены ошибки при отсутствующем или невалидном api-ключе
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.4
3.4.5
7 changes: 2 additions & 5 deletions retailcrm/retailcrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function __construct()
{
$this->name = 'retailcrm';
$this->tab = 'export';
$this->version = '3.4.4';
$this->version = '3.4.5';
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
$this->displayName = $this->l('Simla.com');
$this->description = $this->l('Integration module for Simla.com');
Expand Down Expand Up @@ -290,10 +290,7 @@ public function uninstallOldTabs()
public function hookHeader()
{
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/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');
$this->context->controller->addJS($this->assetsBase . '/js/worker.umd.min.js');
}
}

Expand Down
38 changes: 38 additions & 0 deletions retailcrm/views/js/worker.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f383ca4

Please sign in to comment.