• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/violationform.php
  • Класс: BitrixTimemanFormScheduleViolationForm
  • Вызов: ViolationForm::resetUncheckedShiftViolations
private function resetUncheckedShiftViolations()
{
	if (!$this->isSaveShiftDelayViolations())
	{
		$this->maxShiftStartDelay = -1;
		$this->shiftTimeNotifyUsers = [];
	}
	if (!$this->isSaveEditWorktimeViolations())
	{
		$this->maxAllowedToEditWorkTime = -1;
		$this->editWorktimeNotifyUsers = [];
	}
	if (!$this->missedShiftStart)
	{
		$this->shiftCheckNotifyUsers = [];
	}
}