Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/bizproc/ |
Upload File : |
<?php use Bitrix\Bizproc\Integration\UI\EntitySelector\TemplateProvider; use Bitrix\Bizproc\Integration\UI\EntitySelector\ScriptTemplateProvider; use Bitrix\Bizproc\Integration\UI\EntitySelector\AutomationTemplateProvider; return [ 'controllers' => [ 'value' => [ 'namespaces' => [ '\\Bitrix\\Bizproc\\Controller' => 'api', ], 'defaultNamespace' => '\\Bitrix\\Bizproc\\Controller', 'restIntegration' => [ 'enabled' => false, ], ], 'readonly' => true, ], 'services' => [ 'value' => [ 'bizproc.service.schedulerService' => [ 'className' => '\\CBPSchedulerService', ], 'bizproc.service.stateService' => [ 'className' => '\\CBPStateService', ], /** @see autoload.php */ //'bizproc.service.trackingService' => [ // 'className' => '\\CBPTrackingService', //], 'bizproc.service.taskService' => [ 'className' => '\\CBPTaskService', ], 'bizproc.service.historyService' => [ 'className' => '\\CBPHistoryService', ], 'bizproc.service.documentService' => [ 'className' => '\\CBPDocumentService', ], 'bizproc.service.analyticsService' => [ 'className' => '\\Bitrix\\Bizproc\\Service\\Analytics', ], 'bizproc.service.userService' => [ 'className' => '\\Bitrix\\Bizproc\\Service\\User', ], 'bizproc.debugger.service.trackingService' => [ 'className' => '\\Bitrix\\Bizproc\\Debugger\\Services\\TrackingService', ], 'bizproc.debugger.service.analyticsService' => [ 'className' => '\\Bitrix\\Bizproc\\Debugger\\Services\\AnalyticsService', ], ] ], 'ui.entity-selector' => [ 'value' => [ 'entities' => [ [ 'entityId' => 'bizproc-template', 'provider' => [ 'moduleId' => 'bizproc', 'className' => TemplateProvider::class, ], ], [ 'entityId' => 'bizproc-script-template', 'provider' => [ 'moduleId' => 'bizproc', 'className' => ScriptTemplateProvider::class, ], ], [ 'entityId' => 'bizproc-automation-template', 'provider' => [ 'moduleId' => 'bizproc', 'className' => AutomationTemplateProvider::class, ], ], ], 'extensions' => ['bizproc.entity-selector'], ], 'readonly' => true, ], 'ui.uploader' => [ 'value' => [ 'allowUseControllers' => true, ], 'readonly' => true, ], ];