Skip to content

Fix hidden flag in key emission for answer view

Daniel Gerhardt requested to merge fix-key-for-answer-view into master

The key emission did not handle null values for the hidden flag. As a consequence, preexisting answers were incorrectly filtered by the by_contentid_hidden view.

Merge request reports