Skip to content

Commit 7aacff7

Browse files
authored
Merge pull request #2791 from TechnologyEnhancedLearning/Develop/Features/TD-4603-UsetheTD-4595featureflagtoalsohidetheviewoldticketslinkfromRequestSupportpage
TD-4603 Use the TD-4595 feature flag to also hide the view old ticket…
2 parents 34e37a9 + b59905c commit 7aacff7

File tree

1 file changed

+14
-13
lines changed
  • DigitalLearningSolutions.Web/Views/Support/RequestSupportTicket

1 file changed

+14
-13
lines changed

DigitalLearningSolutions.Web/Views/Support/RequestSupportTicket/Request.cshtml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@
2020
</ul>
2121
<p>Once you have submitted a ticket, you will receive an email when a member of support team responds to it.</p>
2222
<a class="nhsuk-button" asp-controller="RequestSupportTicket" asp-action="TypeofRequest" role="button" asp-route-dlsSubApplication="@DlsSubApplication.TrackingSystem.UrlSegment">Start</a>
23-
24-
<div class="nhsuk-inset-text">
25-
<span class="nhsuk-u-visually-hidden">Information: </span>
26-
<p>
27-
If you raised any tickets in the old support ticket system, you can view them here:
28-
<a class="nhsuk-link--no-visited-state"
29-
asp-controller="SupportTickets"
30-
asp-action="Index"
31-
asp-route-dlsSubApplication="@DlsSubApplication.TrackingSystem.UrlSegment">
32-
View old support tickets
33-
</a>
34-
</p>
35-
</div>
23+
<feature name="@(FeatureFlags.ShowAppCardForLegacyTrackingSystem)">
24+
<div class="nhsuk-inset-text">
25+
<span class="nhsuk-u-visually-hidden">Information: </span>
26+
<p>
27+
If you raised any tickets in the old support ticket system, you can view them here:
28+
<a class="nhsuk-link--no-visited-state"
29+
asp-controller="SupportTickets"
30+
asp-action="Index"
31+
asp-route-dlsSubApplication="@DlsSubApplication.TrackingSystem.UrlSegment">
32+
View old support tickets
33+
</a>
34+
</p>
35+
</div>
36+
</feature>
3637
</div>
3738
</div>

0 commit comments

Comments
 (0)