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

[FIX] web_responsive: Missing key in search panel filter component OWL #2680

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

idenayer
Copy link

Fixes #2653

Owl requires the presence of a t-key directive in t-foreach to be able to properly reconcile renderings.

The owl template in web_responsive/static/src/components/search_panel/search_panel.xml missed the t-key directive. Hence the crash.

This commit introduces this t-key and ensures that it is unique.

@OCA-git-bot
Copy link
Contributor

Hi @SplashS, @yajo, @Tardo,
some modules you are maintaining are being modified, check this out!

Fixes OCA#2653

Owl requires the presence of a t-key directive in [t-foreach](https://github.com/odoo/owl/blob/master/doc/reference/templates.md#loops) to be able to properly reconcile renderings.

The owl template in `web_responsive/static/src/components/search_panel/search_panel.xml` missed the t-key directive. Hence the crash.

This commit introduces this `t-key` and ensures that it is unique.
@houssine78
Copy link
Sponsor

@yajo if you have time to have a look at the following PR. that would be great.

Copy link
Sponsor

@houssine78 houssine78 left a comment

Choose a reason for hiding this comment

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

LGTM

@yajo
Copy link
Member

yajo commented Dec 18, 2023

Sorry, I'm no longer maintaining this. I forgot to quit before. See #2696.

@fdardenne
Copy link

Hello @Tardo, do you have the time to review this ?

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.

[16.0] Missing key in search panel filter component OWL
5 participants