feat(dal): Созданы таблицы JobGroupTypes+UnitsInTemplates, обновлен ключ уникального индекса шаблонов
This commit is contained in:
@@ -249,9 +249,9 @@ namespace PARR.API.Controllers.V1
|
||||
changed = true;
|
||||
}
|
||||
|
||||
if (orig.isParentRelationships != request.isParentRelationships)
|
||||
if (orig.IsParentRelationships != request.isParentRelationships)
|
||||
{
|
||||
orig.isParentRelationships = request.isParentRelationships;
|
||||
orig.IsParentRelationships = request.isParentRelationships;
|
||||
changed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user