From 462a8478d4486c8e32410476123183150ef39dcc Mon Sep 17 00:00:00 2001 From: GovCIOLiz Date: Tue, 20 Aug 2024 17:31:15 -0700 Subject: [PATCH 1/9] Update SCO registry.json route --- src/applications/registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index 138215595b..87faa54439 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1869,10 +1869,10 @@ { "appName": "Resources for schools", "entryName": "sco", - "rootUrl": "/education/school-administrators", + "rootUrl": "/school-administrators/", "productId": "40938a35-1cfa-4808-917b-37e0baec6a7c", "template": { - "vagovprod": false, + "vagovprod": true, "layout": "page-react.html" } }, From 2a94430e67aa0bce28e836009a34a32c7fd5bdb5 Mon Sep 17 00:00:00 2001 From: GovCIOLiz Date: Fri, 30 Aug 2024 07:22:28 -0700 Subject: [PATCH 2/9] vagovprod to true for sco page --- src/applications/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index 87faa54439..68e811700f 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1869,7 +1869,7 @@ { "appName": "Resources for schools", "entryName": "sco", - "rootUrl": "/school-administrators/", + "rootUrl": "/education/school-administrators", "productId": "40938a35-1cfa-4808-917b-37e0baec6a7c", "template": { "vagovprod": true, From c5a8e7efc665ab1283558fa6431ca5e114966b4f Mon Sep 17 00:00:00 2001 From: Andrew Steele Date: Wed, 21 Aug 2024 11:56:53 -0400 Subject: [PATCH 3/9] Fix to breadcrumb padding on certain drupal pages. (#2241) * Fix to breadcrumb padding on certain drupal pages. * Adding row back * Removing another un-needed class * Adding padding to containing div --- src/site/includes/breadcrumbs.drupal.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/includes/breadcrumbs.drupal.liquid b/src/site/includes/breadcrumbs.drupal.liquid index 22133e66e1..56c7d429d0 100644 --- a/src/site/includes/breadcrumbs.drupal.liquid +++ b/src/site/includes/breadcrumbs.drupal.liquid @@ -1,4 +1,4 @@ -
+
{% assign crumbs = entityUrl.breadcrumb %} {% if deriveBreadcrumbsFromUrl == true %} @@ -11,7 +11,7 @@ {% assign crumbs = crumbs | formatForBreadcrumbs: title, entityUrl.path, hideHomeBreadcrumb, customHomeCrumbText %} - +