From ea28ba3aaa538a44a01b92e340e334028a6c97cf Mon Sep 17 00:00:00 2001 From: Alexey Aleev Date: Thu, 27 Jul 2023 17:04:58 +0200 Subject: [PATCH 1/3] remove Preferred Locations markup from the teaser template (this markup should be added by js-code of a HomeBranch plugin) --- .../templates/node--location-type--lb-teaser.html.twig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/openy_map_lb/templates/node--location-type--lb-teaser.html.twig b/modules/openy_map_lb/templates/node--location-type--lb-teaser.html.twig index 89cd094..3d77087 100644 --- a/modules/openy_map_lb/templates/node--location-type--lb-teaser.html.twig +++ b/modules/openy_map_lb/templates/node--location-type--lb-teaser.html.twig @@ -120,9 +120,4 @@ {% endif %} - {% if node.bundle == 'branch' %} - - {% endif %} From fe945c360f3728456f7f7812472827468f496af9 Mon Sep 17 00:00:00 2001 From: Alexey Aleev Date: Wed, 2 Aug 2023 12:18:48 +0200 Subject: [PATCH 2/3] update dependency to Open Y repo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f8e1348..5539747 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Map application for Open Y Distribution.", "type": "drupal-module", "require": { - "ymcatwincities/openy": "*" + "ycloudyusa/yusaopeny": "*" }, "license": "GPL-2.0+", "minimum-stability": "dev" From 2afa510c68df4af9b42cf1f370b91b9ae05207a8 Mon Sep 17 00:00:00 2001 From: Alexey Aleev Date: Wed, 2 Aug 2023 13:05:37 +0200 Subject: [PATCH 3/3] Add dependency to Open Custom module --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5539747..89c986b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "description": "Map application for Open Y Distribution.", "type": "drupal-module", "require": { - "ycloudyusa/yusaopeny": "*" + "ycloudyusa/yusaopeny": "*", + "open-y-subprojects/openy_custom": "^2.3.0" }, "license": "GPL-2.0+", "minimum-stability": "dev"