-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] website_event_filter_city: Country filter support
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.
- Loading branch information
1 parent
030f8b6
commit 10c1143
Showing
4 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
- Dennis Sluijk <[email protected]> | ||
|
||
- Cristina Martin R. | ||
- Cristina Martin R. | ||
|
||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- 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 <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-Yajo| | ||
|maintainer-pilarvargas-tecnativa| | ||
|
||
This module is part of the `OCA/event <https://github.com/OCA/event/tree/17.0/website_event_filter_city>`_ project on GitHub. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters