From 10c11431aa65ef300d29b110ba7d482bf787ff4b Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Fri, 13 Dec 2024 12:17:31 +0100 Subject: [PATCH] [FIX] website_event_filter_city: Country filter support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the country filter is inactive, the node used is a span but when the country filter is activated with the editor, the node is replaced by a div and this causes an error. To avoid this, the node is replaced by something generic ‘*’ and so it will be located by its identifying class regardless of whether the element is a span or a div. --- website_event_filter_city/README.rst | 30 +++++++++---------- website_event_filter_city/__manifest__.py | 2 +- .../static/description/index.html | 2 +- website_event_filter_city/templates/event.xml | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/website_event_filter_city/README.rst b/website_event_filter_city/README.rst index 2c20d2dfa..2a8a44680 100644 --- a/website_event_filter_city/README.rst +++ b/website_event_filter_city/README.rst @@ -48,8 +48,8 @@ To configure this module, you need to: Known issues / Roadmap ====================== -- You cannot run the tests unless you are in a bare database with demo - data. +- You cannot run the tests unless you are in a bare database with demo + data. Bug Tracker =========== @@ -74,18 +74,18 @@ Authors Contributors ------------ -- Dennis Sluijk +- Dennis Sluijk -- Cristina Martin R. +- Cristina Martin R. -- `Tecnativa `__: +- `Tecnativa `__: - - Rafael Blasco - - Pedro Baeza - - Jairo Llopis - - Víctor Martínez - - David Vidal - - Pilar Vargas + - Rafael Blasco + - Pedro Baeza + - Jairo Llopis + - Víctor Martínez + - David Vidal + - Pilar Vargas Maintainers ----------- @@ -100,13 +100,13 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -.. |maintainer-Yajo| image:: https://github.com/Yajo.png?size=40px - :target: https://github.com/Yajo - :alt: Yajo +.. |maintainer-pilarvargas-tecnativa| image:: https://github.com/pilarvargas-tecnativa.png?size=40px + :target: https://github.com/pilarvargas-tecnativa + :alt: pilarvargas-tecnativa Current `maintainer `__: -|maintainer-Yajo| +|maintainer-pilarvargas-tecnativa| This module is part of the `OCA/event `_ project on GitHub. diff --git a/website_event_filter_city/__manifest__.py b/website_event_filter_city/__manifest__.py index 8bbfc3a80..6f0842f54 100644 --- a/website_event_filter_city/__manifest__.py +++ b/website_event_filter_city/__manifest__.py @@ -11,7 +11,7 @@ "Tecnativa, " "Onestein, " "Odoo Community Association (OCA)", - "maintainers": ["Yajo"], + "maintainers": ["pilarvargas-tecnativa"], "license": "LGPL-3", "installable": True, "depends": ["website_event"], diff --git a/website_event_filter_city/static/description/index.html b/website_event_filter_city/static/description/index.html index c80d6334b..96847e048 100644 --- a/website_event_filter_city/static/description/index.html +++ b/website_event_filter_city/static/description/index.html @@ -451,7 +451,7 @@

Maintainers

mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

-

Yajo

+

pilarvargas-tecnativa

This module is part of the OCA/event project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/website_event_filter_city/templates/event.xml b/website_event_filter_city/templates/event.xml index be123192d..7e650b59a 100644 --- a/website_event_filter_city/templates/event.xml +++ b/website_event_filter_city/templates/event.xml @@ -44,7 +44,7 @@ - +