• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/task/field/checklist.php
  • Класс: BitrixTasksItemTaskFieldCheckList
  • Вызов: CheckList::onBeforeSaveToDataBase
protected function onBeforeSaveToDataBase($value, $key, $item)
{
	parent::onBeforeSaveToDataBase($value, $key, $item);
	if($value) // actually, there should be more strict check, for isA()
	{
		$value->sealSortIndex();
	}
}