Skip to content
Snippets Groups Projects
Commit 54df22c1 authored by alt-odoo's avatar alt-odoo Committed by fw-bot
Browse files

[FIX] survey: missing questions without section in survey

Since commit https://github.com/odoo/odoo/commit/dba478332681dd21a39c4a183c002b1cf6e046d2

, a survey can have questions with no section
associated, which means 'page_ids' field will be empty.

This prevents to display some questions of a survey, as we are
still expecting a structure page/questions. To solve it, we first
append questions with no sections, then all other questions.

closes odoo/odoo#39113

X-original-commit: 149657cf
Signed-off-by: default avatarAlex Tuyls <alt-odoo@users.noreply.github.com>
parent 6973dfba
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment