Skip to content

Commit

Permalink
Edit will no longer erase parent id (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
noremacskich authored Oct 23, 2024
1 parent f68fd46 commit 21a1555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public async Task<Result<int>> EditExpressionTextSectionAsync(EditExpressionText
section.Content = dto.Content;
section.ExpressionId = dto.ExpressionId;
section.SectionTypeId = dto.SectionTypeId;
section.ParentId = dto.ParentId;
//section.ParentId = dto.ParentId;

context.ExpressionSections.Update(section);

Expand Down

0 comments on commit 21a1555

Please sign in to comment.