-
- Downloads
[FIX] survey: matrix results after row deletion
In a survey question of type `matrix`, nothing prevents to remove a row from the matrix, even if there are already answers for this line. If the case happens, the row is deleted, but not the answers. The answers are therefore orphan. The answers should probably be deleted when the row is removed from the survey, but this is a risky change, and, even, users might want to keep track of the answers given even if the line doesn't exist anymore in the survey. Therefore, we just handle the case when displaying the survey results, we ignore matrix answers for which the row no longer exists. opw-666393
Please register or sign in to comment