Skip to content

Commit 77cfbe0

Browse files
authored
Merge pull request #1276 from bcgov/dev
Dev To Test : 2025-05-01
2 parents 50a8eaf + f4ea6df commit 77cfbe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/Unity.GrantManager/src/Unity.GrantManager.Application/Reporting/FormsReportSyncServiceAppService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public async Task SyncFormVersionFields(Guid? tenantId)
116116
/// <returns></returns>
117117
private async Task SyncFormVersionFieldsForCurrentTenant()
118118
{
119-
using var uow = unitOfWorkManager.Begin(isTransactional: false);
119+
using var uow = unitOfWorkManager.Begin(requiresNew: true, isTransactional: false);
120120
// Get all the Form Version thats have no report data associated
121121
var formVersionIds = (await applicationFormVersionRepository.GetListAsync())
122122
.Where(w => string.IsNullOrEmpty(w.ReportViewName))

0 commit comments

Comments
 (0)