Friday, March 27, 2020
1 change · master
Resolved issues and error corrections
Fixes several small issues in Odoo Surveys that affected live sessions, free text sections, leaderboards, answer chart highlighting, conditional navigation, and back button behavior. This makes survey participation and hosting more reliable, avoids duplicate leaderboard results, and prevents users from seeing empty or invalid pages.
Original PR description
PURPOSE After the latest developments on survey, notable sessions and "free text questions", a few minor bugs have been introduced. SPECIFICATIONS General specifications, see sub-commits for details: - When showing correct/incorrect answers on bar charts, the correct answers bars should not be faded out. - When going from the Leaderboard to the "Final Leaderboard", it should not duplicate the results. - Correctly handle "free text sections" in survey sessions. - Exclude pages that have no description in 'page_per_question' layout - Correctly navigate through survey with conditional questions activated - Fix minor issues with the "back" button on survey - Skip section with no active questions (when conditional questions configured) Task 2208574