Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
workgrouptasksfiltermigrationscrum.php
1<?php
2
4
5use Bitrix\Main\Entity\ReferenceField;
14use Bitrix\Tasks\Internals\Project\UserOption\UserOptionTypeDictionary;
15use Bitrix\Tasks\Internals\Task\ProjectUserOptionTable;
16
17Loc::loadMessages(__FILE__);
18
20{
21 protected static $sourceFilterOptionName = 'TASKS_GRID_SCRUM';
22 protected static $targetFilterOptionName = 'SONET_GROUP_LIST_SCRUM';
23 protected static $stepperNeedOptionName = 'needWorkgroupTaskFilterMigrationScrum';
24 protected static $stepperDataOptionName = 'workgrouptaskspinmigrationscrum';
25}
static loadMessages($file)
Definition loc.php:64