fix(templateDistributor): исправлено распределение РР с существующими шаблонами
This commit is contained in:
@@ -106,7 +106,7 @@ namespace PARR.TemplateDistributor
|
||||
var templateToDistrib = new List<Template>();
|
||||
|
||||
if (existingTemplates.Count > 0)
|
||||
templates = GetTemplatesToDistribute(ref distrPlan, existingTemplates);
|
||||
templateToDistrib = GetTemplatesToDistribute(ref distrPlan, existingTemplates);
|
||||
|
||||
templateToDistrib.AddRange(templates);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user