Skip to content

Commit 50702e9

Browse files
committed
sets UAT appsetting default to false, IDE format changes for index.cshtml
1 parent 2a71931 commit 50702e9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
</h1>
2222
@if (Model.ShowTableauLink && Model.SelfAssessmentSelects.Any())
2323
{
24-
<vc:action-link asp-controller="SelfAssessmentReports" asp-action="TableauCompetencyDashboard" asp-all-route-data="@new Dictionary<string, string>();" link-text="View Tableau supervised self assessments dashboard" />
25-
}
24+
<vc:action-link asp-controller="SelfAssessmentReports" asp-action="TableauCompetencyDashboard" asp-all-route-data="@new Dictionary<string, string>();" link-text="View Tableau supervised self assessments dashboard" />
25+
}
2626
<h2>Excel learner activity reports</h2>
2727
<p class="nhsuk-lede-text">Download Excel competency self assessments activity reports for your centre.</p>
2828
<ul>
29-
@if((Model.AdminCategoryId == null) || (Model.AdminCategoryId == Model.CategoryId))
30-
{
31-
<li>
32-
<a asp-controller="SelfAssessmentReports" asp-action="DownloadDigitalCapabilityToExcel">Digital Skills Assessment Tool - Download report</a>
29+
@if ((Model.AdminCategoryId == null) || (Model.AdminCategoryId == Model.CategoryId))
30+
{
31+
<li>
32+
<a asp-controller="SelfAssessmentReports" asp-action="DownloadDigitalCapabilityToExcel">Digital Skills Assessment Tool - Download report</a>
3333

34-
</li>
35-
}
34+
</li>
35+
}
3636
@if (Model.SelfAssessmentSelects.Any())
3737
{
3838
@foreach (var report in Model.SelfAssessmentSelects)

DigitalLearningSolutions.Web/appSettings.UAT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"UserFeedbackBar": true,
2323
"ExportQueryRowLimit": 250,
2424
"MaxBulkUploadRows": 200,
25-
"LoginWithLearningHub": true
25+
"LoginWithLearningHub": true,
26+
"TableauSelfAssessmentDashboards": false
2627
},
2728
"LearningHubOpenAPIBaseUrl": "https://uks-learninghubnhsuk-openapi-test.azurewebsites.net",
2829
"FreshdeskAPIConfig": {

0 commit comments

Comments
 (0)