Skip to content

Commit b2e11d5

Browse files
TD-4515 Changing the error code
1 parent 550bff1 commit b2e11d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Controllers/Support/RequestSupportTicketController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public IActionResult SupportSummary(DlsSubApplication dlsSubApplication, Support
236236
{
237237
if (!TempData.Any())
238238
{
239-
return RedirectToAction("StatusCode", "LearningSolutions", new { code = 401 });
239+
return RedirectToAction("StatusCode", "LearningSolutions", new { code = 410 });
240240
}
241241
var data = multiPageFormService.GetMultiPageFormData<RequestSupportTicketData>(
242242
MultiPageFormDataFeature.AddCustomWebForm("RequestSupportTicketCWF"),

0 commit comments

Comments
 (0)