Skip to content

Commit 80c5bc9

Browse files
committed
Merge branch 'DLS-Release-v1.2.0' into UAT
2 parents b9a62c8 + a2aad3b commit 80c5bc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DigitalLearningSolutions.Web/Controllers/Support/RequestSupportTicketController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public IActionResult TypeofRequest(DlsSubApplication dlsSubApplication)
8484
}
8585

8686
[HttpPost]
87-
[Route("/{dlsSubApplication}/RequestSupport/setRequestType")]
87+
[Route("/{dlsSubApplication}/RequestSupport/TypeofRequest")]
8888
public IActionResult setRequestType(DlsSubApplication dlsSubApplication, RequestTypeViewModel RequestTypemodel, int requestType)
8989
{
9090
var requestTypes = requestSupportTicketService.GetRequestTypes();
@@ -125,7 +125,7 @@ public IActionResult RequestSummary(DlsSubApplication dlsSubApplication, Request
125125
}
126126

127127
[HttpPost]
128-
[Route("/{dlsSubApplication}/RequestSupport/SetRequestSummary")]
128+
[Route("/{dlsSubApplication}/RequestSupport/RequestSummary")]
129129
public IActionResult SetRequestSummary(DlsSubApplication dlsSubApplication, RequestSummaryViewModel requestDetailsmodel)
130130
{
131131
var data = multiPageFormService.GetMultiPageFormData<RequestSupportTicketData>(

DigitalLearningSolutions.Web/Views/TrackingSystem/Centre/SelfAssessmentReports/TableauCompetencyDashboard.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</a>
2020
</div>
2121
<h1>@ViewData["Title"]</h1>
22+
<vc:inset-text css-class="" text="Use the full screen button below the Tableau dashboard (next to 'Share') for the best experience." />
2223
<feature name="@(FeatureFlags.TableauSelfAssessmentDashboards)">
2324
<tableau-viz id='tableau-viz'
2425
src='@srcUrl' token='@jwtToken' toolbar='bottom'>

0 commit comments

Comments
 (0)