feat(api,dal): в таблицу Jobs добавлено поле ResponseAreaMask. В JobController добавлено поле ResponseAreaMask. В TemplateController отображается фактическая РК, ЗО шаблона. RobotTask ЗО отдается согласно ResponseAreaMask. ShortcodeService теперь умеет принимать Template.
This commit is contained in:
@@ -144,7 +144,8 @@ namespace PARR.DAL.IntegrationTests
|
||||
GroupId = group.Id,
|
||||
TnkId = Guid.NewGuid(),
|
||||
Group = group,
|
||||
DateCreated = now
|
||||
DateCreated = now,
|
||||
ResponseAreaMask = "%ЗО_РГ%"
|
||||
};
|
||||
var unitFilter1Id = Guid.NewGuid();
|
||||
job1.UnitFilters = new List<JobUnitFilter>
|
||||
@@ -204,7 +205,8 @@ namespace PARR.DAL.IntegrationTests
|
||||
GroupId = group.Id,
|
||||
TnkId = Guid.NewGuid(),
|
||||
Group = group,
|
||||
DateCreated = now
|
||||
DateCreated = now,
|
||||
ResponseAreaMask= "%ЗО_РГ%"
|
||||
};
|
||||
var unitFilter2Id = Guid.NewGuid();
|
||||
job2.UnitFilters = new List<JobUnitFilter>
|
||||
|
||||
Reference in New Issue
Block a user