feat(api,dal): исключения расписаний ЕСПП привязаны к JobGroup, удалены константы из настроек. Кол-во шаблонов в Job считается только used. В JobFieldFilter добавлено поле IsInverse.
This commit is contained in:
@@ -531,6 +531,20 @@
|
||||
public const string GetAll = Base + "/kii-units/";
|
||||
}
|
||||
|
||||
#region Расписание - исключения
|
||||
|
||||
public static class ScheduleExcludeType
|
||||
{
|
||||
public const string GetAll = Base + "/schedule-exclude-types/";
|
||||
}
|
||||
|
||||
public static class ScheduleExcludeTypeCalendar
|
||||
{
|
||||
public const string GetAll = Base + "/schedule-exclude-type-calendars/";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user