Skip to content

Commit

Permalink
Admin can manually mark as off boarded from SN offline (#465)
Browse files Browse the repository at this point in the history
Add a button to allow admins to mark a request as off boarded from SN
offline
  • Loading branch information
CamLamb authored Aug 2, 2024
1 parent 749a3b7 commit 858964e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions leavers/templates/leavers/admin/leaving_request/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ <h3 class="govuk-heading-s">Data Recipient</h3>
class="govuk-button govuk-button--warning"
data-module="govuk-button">Manually offboarded from UK SBS</a>
{% endif %}
{% if leaving_request.service_now_offline and not leaving_request.line_manager_service_now_complete %}
<a href="{% url 'line-manager-offline-service-now-details' leaving_request.uuid %}"
class="govuk-button govuk-button--warning"
data-module="govuk-button">Mark the ServiceNow Offline process as complete</a>
{% endif %}
</div>
</div>
{% endblock content %}

0 comments on commit 858964e

Please sign in to comment.