We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37434cf commit 30db9ffCopy full SHA for 30db9ff
DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentOverview.cshtml
@@ -177,7 +177,7 @@
177
</p>
178
</div>
179
}
180
- @if (!Model.SupervisorSignOffs.Any()) {
+ @if (!Model.SupervisorSignOffs.Any() || latestResult > latestSignoff) {
181
<a class="nhsuk-button nhsuk-button--secondary nhsuk-u-margin-bottom-2"
182
asp-action="RequestSignOff"
183
asp-route-vocabulary="@Model.SelfAssessment.Vocabulary"
0 commit comments