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.
2 parents 8d7775e + 78764fb commit b6aaf8dCopy full SHA for b6aaf8d
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