Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] web_edit_user_filter: Migration to 16.0 #2926

Draft
wants to merge 24 commits into
base: 16.0
Choose a base branch
from

Conversation

amh-mw
Copy link

@amh-mw amh-mw commented Sep 3, 2024

No description provided.

tarteo and others added 24 commits September 3, 2024 15:26
[FIX] Readme

[FIX] Lint

[ADD] Tests

[IMP] UI/UX

[IMP] Hide popover when other is opened

[IMP] Add item to roadmap
Added translation using Weblate (Chinese (Simplified))

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/zh_CN/

Added translation using Weblate (Croatian)

Translated using Weblate (Croatian)

Currently translated at 66.7% (2 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/hr/

Added translation using Weblate (Portuguese)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/pt/
has to explicit check for type of value !== null as the typeof null is object
https://i.stack.imgur.com/FzI1R.png
Added translation using Weblate (Danish)

Translated using Weblate (Danish)

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/da/
Added translation using Weblate (Spanish)

Translated using Weblate (Spanish)

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/es/

Added translation using Weblate (French)

Translated using Weblate (French)

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/fr/

Added translation using Weblate (Catalan)

Translated using Weblate (Catalan)

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/ca/
Added translation using Weblate (Portuguese (Brazil))

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_edit_user_filter
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/pt_BR/
When clicking to edit a filter in search view, the _process_filters
function will receive the faceID argument as a string, which will
be compared to facet.groupId that is an Integer.

Therefore we should use == operator when comparing this value to
allow type coercion from JS.
@amh-mw amh-mw mentioned this pull request Sep 3, 2024
44 tasks
Copy link
Member

@flotho flotho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried on runboat, impossible to see the widget.
image

Nothing special in the console logs

@amh-mw amh-mw marked this pull request as draft September 6, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.