From ab7b4fe88bf196256df2fcd355c6338edaf8ad74 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Thu, 19 Oct 2023 12:32:13 +0200 Subject: [PATCH] Tweak facet order in UI (RPB-93) --- app/views/tags/facets.scala.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/tags/facets.scala.html b/app/views/tags/facets.scala.html index be3a3c6b..30c2f325 100644 --- a/app/views/tags/facets.scala.html +++ b/app/views/tags/facets.scala.html @@ -132,11 +132,11 @@

-
@facets("Publikationstypen", Application.TYPE_FIELD, t, "dropup")
-
@facets("Medientypen", Application.MEDIUM_FIELD, medium, "dropup")
+
@facets("Regionen", Application.NWBIB_SPATIAL_FIELD, nwbibspatial)
@facets("Sachgebiete", Application.RPB_SUBJECT_FIELD, nwbibsubject)
@facets("Schlagwörter", Application.SUBJECT_FIELD, if(!urisOnly(subject).isEmpty) urisOnly(subject) else "", "dropup")
-
@facets("Regionen", Application.NWBIB_SPATIAL_FIELD, nwbibspatial)
+
@facets("Medientypen", Application.MEDIUM_FIELD, medium, "dropup")
+
@facets("Publikationstypen", Application.TYPE_FIELD, t, "dropup")
@*

@facetToggle("coverage-map"){Raumbezug} @facetLabel(location, locationLabel(location.split("\\|")(0)))