Skip to content

Commit 914deae

Browse files
committed
Squashed commit of the following:
commit e002c48 Merge: f952688 28c9cf0 Author: kevwhitt-hee <[email protected]> Date: Mon Mar 4 11:52:00 2024 +0000 Merge pull request #2559 from TechnologyEnhancedLearning/Develop/Fix/TD-149-Certificate-Supervisor-CentreName-Issue TD-149-centre name replaced with supervisor centre name. commit 28c9cf0 Author: Auldrin Possa <[email protected]> Date: Mon Mar 4 11:41:24 2024 +0000 TD-149-centre name replaced with superviosr centre name. commit f952688 Merge: 357f4ae 549abf6 Author: kevwhitt-hee <[email protected]> Date: Mon Mar 4 10:25:04 2024 +0000 Merge pull request #2558 from TechnologyEnhancedLearning/Develop/Fix/TD-149-Certificate-Supervisor-CentreName-Issue TD-149- skipped supervisor details when learner checks for certificate. commit 549abf6 Author: Auldrin Possa <[email protected]> Date: Mon Mar 4 10:13:33 2024 +0000 TD-149 - skipped supervisor details when learner logged in. commit 357f4ae Merge: 6e25a66 5f1d5d3 Author: kevwhitt-hee <[email protected]> Date: Mon Mar 4 09:07:18 2024 +0000 Merge pull request #2557 from TechnologyEnhancedLearning/Develop/Fix/TD-149-Certificate-Supervisor-CentreName-Issue TD-149-Self assessment certificate - supervisor centre name issue fix commit 5f1d5d3 Author: Auldrin Possa <[email protected]> Date: Mon Mar 4 00:25:21 2024 +0000 TD-149-service method added to get supervisor delegates detail commit 653cc83 Author: Auldrin Possa <[email protected]> Date: Sun Mar 3 19:31:50 2024 +0000 TD-149-created CanViewCertificate helper method to show/hide certificate. Modified the Sql query to return correct centre name.
1 parent 3b38005 commit 914deae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/Current/CompetencySelfAssessmentCertificate.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<div class="footer">
163163
<div class="text">
164164
<p class="blue">Certificate generated on @DateTime.Now.ToString("dd/MM/yyyy")</p>
165-
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.CentreName</p>
165+
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.SupervisorCentreName</p>
166166
</div>
167167
<div class="footer-logo">
168168
@if (Model.CompetencySelfAssessmentCertificates.BrandImage != null)

DigitalLearningSolutions.Web/Views/LearningPortal/Current/DownloadCompetencySelfAssessmentCertificate.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
<div class="footer">
472472
<div class="text">
473473
<p class="blue">Certificate generated on @DateTime.Now.ToString("dd/MM/yyyy")</p>
474-
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.CentreName</p>
474+
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.SupervisorCentreName</p>
475475
</div>
476476
<div class="footer-logo">
477477
@if (Model.CompetencySelfAssessmentCertificates.BrandImage != null)

0 commit comments

Comments
 (0)