Skip to content

Fix text answer validation and limit length

Daniel Gerhardt requested to merge fix-text-answer-validation into master

The previous validation did not allow null for the body which prevented abstentions. The length of the String is now validated to be 1-500 (500 is also used by the webclient).

While the validation has always been incorrect, it was not applied until recently.

Closes: #167 (closed)
Regression-MR: !533 (merged)

Edited by Daniel Gerhardt

Merge request reports