[FIX] survey: prevent skipping filter features
This commit: https://github.com/odoo/odoo/commit/0eba50dd1c33a08f8862a5718149e61b822e1b5a introduced a 'return' in the survey.js script: return load_chart(chartConfig, '#scoring_results_chart'); This makes the rest of the script completely skipped and bypasses all the filter features. task-2116078 closes odoo/odoo#39893 X-original-commit: b7baaf4846ba9208aeba8ba4db7de4f142e147cc Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Please register or sign in to comment