Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34ff56b

Browse files
committed
CU-868frm4jk PR#249 fixes
1 parente2853a5 commit34ff56b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎Core/Resgrid.Services/CallEmailTemplates/ResgridEmailTemplate.cs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public async Task<Call> GenerateCall(CallEmail email, string managingUser, List<
7373
}
7474
catch(Exceptionex)
7575
{
76-
Resgrid.Framework.Logging.LogException(ex,email.Body);
76+
Resgrid.Framework.Logging.LogException(ex,
77+
$"Failed to geocode address '{c.Address}' for email{email.MessageId}");
7778
}
7879
}
7980
StringBuildertitle=newStringBuilder();

‎Core/Resgrid.Services/ShiftsService.cs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,9 @@ public async Task<Dictionary<int, Dictionary<int, int>>> GetShiftDayNeedsObjAsyn
488488
}
489489
}
490490

491-
if(!shiftGroups.ContainsKey(group.DepartmentGroupId))
491+
if(shiftGroups.ContainsKey(group.DepartmentGroupId))
492+
shiftGroups[group.DepartmentGroupId]=roleRequirements;
493+
else
492494
shiftGroups.Add(group.DepartmentGroupId,roleRequirements);
493495
}
494496
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp