From 31cb2a86a4980d4d450d819fa501169480d2b473 Mon Sep 17 00:00:00 2001 From: Toby Gilham <623674+Tobias1087@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:54:19 +0100 Subject: [PATCH] APIS-6425 - Have to add type of document to id as we have the same thing in XML/REST (#478) --- .../apidocumentation/views/include/documentGroups.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/uk/gov/hmrc/apidocumentation/views/include/documentGroups.scala.html b/app/uk/gov/hmrc/apidocumentation/views/include/documentGroups.scala.html index 339db260..7fb54af2 100644 --- a/app/uk/gov/hmrc/apidocumentation/views/include/documentGroups.scala.html +++ b/app/uk/gov/hmrc/apidocumentation/views/include/documentGroups.scala.html @@ -35,7 +35,7 @@ @if(index == 0) { @category.displayName } else { } - @document.name + @document.name @document.label.displayName