Fix save subsection
This commit is contained in:
parent
29ca277cf4
commit
636cefaa69
@ -226,8 +226,8 @@ namespace ManagerService.Controllers
|
|||||||
section.ImageId = newSection.ImageId;
|
section.ImageId = newSection.ImageId;
|
||||||
section.ConfigurationId = newSection.ConfigurationId;
|
section.ConfigurationId = newSection.ConfigurationId;
|
||||||
section.DateCreation = DateTime.Now;
|
section.DateCreation = DateTime.Now;
|
||||||
section.IsSubSection = false;
|
section.IsSubSection = newSection.IsSubSection;
|
||||||
section.ParentId = null;
|
section.ParentId = newSection.ParentId;
|
||||||
section.Type = newSection.Type;
|
section.Type = newSection.Type;
|
||||||
section.Title = new List<TranslationDTO>();
|
section.Title = new List<TranslationDTO>();
|
||||||
section.Description = new List<TranslationDTO>();
|
section.Description = new List<TranslationDTO>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user