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] website_rating: display correct title and tooltip on star #60633

Closed
wants to merge 1 commit into from

Conversation

rdeodoo
Copy link
Contributor

@rdeodoo rdeodoo commented Oct 23, 2020

Title and tooltip had no sense since every star would have its own tooltip
"One star" instead of having a single tooltip on the whole star container which
could show the exact rating "5 stars on 5".

Plus, one of the title were set on a t-foreach which does nothing.

Closes #51743
task-2369420

@C3POdoo C3POdoo added the RD research & development, internal work label Oct 23, 2020
@rdeodoo rdeodoo requested a review from JKE-be October 23, 2020 14:09
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses ☑ ci/runbot and removed ☐ ci/runbot labels Oct 23, 2020
Title and tooltip had no sense since every star would have its own tooltip
"One star" instead of having a single tooltip on the whole star container which
could show the exact rating "5 stars on 5".

Plus, one of the title were set on a t-foreach which does nothing.

Closes odoo#51743
task-2369420
@robodoo robodoo added ☐ ci/runbot and removed CI 🤖 Robodoo has seen passing statuses ☑ ci/runbot labels Oct 23, 2020
@robodoo robodoo added ☑ ci/security CI 🤖 Robodoo has seen passing statuses and removed ☐ ci/security labels Oct 23, 2020
@rdeodoo
Copy link
Contributor Author

rdeodoo commented Nov 12, 2020

@JKE-be Reminder, this one is still good to me, I checked about the potential rounding errors but everything seems fine on my end due to the rounding performed in JS

@JKE-be
Copy link
Contributor

JKE-be commented Nov 12, 2020

@robodoo r+

Replace
image
by
image

robodoo pushed a commit that referenced this pull request Nov 12, 2020
Title and tooltip had no sense since every star would have its own tooltip
"One star" instead of having a single tooltip on the whole star container which
could show the exact rating "5 stars on 5".

Plus, one of the title were set on a t-foreach which does nothing.

Closes #51743
task-2369420

closes #60633

Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>
@robodoo robodoo closed this Nov 12, 2020
@robodoo robodoo temporarily deployed to merge November 12, 2020 12:31 Inactive
@rdeodoo rdeodoo deleted the 13.0-fix-star-tooltip-rde branch November 12, 2020 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants