1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Code

to bind agent in updater: \Bitrix\Main\Update\Stepper::bindClass('Bitrix\Tasks\Update1701', 'tasks'); or if ($updater->CanUpdateDatabase()) { $basePath = $updater->CanUpdateKernel() ? $updater->curModulePath.'/lib/somepath' : BX_ROOT.'/modules/lists/lib/somepath'; if(include_once($_SERVER["DOCUMENT_ROOT"].$basePath."ecrmpropertyupdate.php")) { \Bitrix\Lists\SomePath\EcrmPropertyUpdate::bind(); } }