8000 [FIX] html_builder: the carousel container title not recomputed after reordering by Jinjiu96 · Pull Request #4687 · odoo-dev/odoo · GitHub
[go: up one dir, main page]

Skip to content

[FIX] html_builder: the carousel container title not recomputed after reordering #4687

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

Open
wants to merge 1 commit into
base: master-mysterious-egg
Choose a base branch
from

Conversation

Jinjiu96
Copy link

No description provided.

@robodoo
Copy link
robodoo commented May 15, 2025

This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged.

Comment on lines 143 to 149
const isContainerTitleEmpty =
newContainers.every(
(container) => Object.keys(container.containerTitle).length === 0
) &&
this.lastContainers.every(
(container) => Object.keys(container.containerTitle).length === 0
);

Choose a reason for hiding this comment

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

Why not check if each container title are similar or not ?

Choose a reason for hiding this comment

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

Could you add a test ?

@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-2 branch 2 times, most recently from fac5baf to f620fc5 Compare May 16, 2025 14:23
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-2 branch from f620fc5 to 0318a0c Compare May 16, 2025 15:00
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.

3 participants
0