File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
DigitalLearningSolutions.Web
Views/TrackingSystem/Centre/SelfAssessmentReports Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments