wagtail-deprecated/wagtail-react-streamfield

Validation error messages for stream fields not shown

dniegel opened this issue · 2 comments

When trying to save a page with an invalid stream field (e.g. required blocks missing or less / more blocks than allowed inside the stream field), the error message/s is/are not shown

validation error message for stream field missing

This might arise from this: in 'classic' wagtail, the error messages (block_errors) are contained in the 'sequence-container' (admin\templates\wagtailadmin\block_forms\sequence.html) which does not appear with wagtail-react-streamfield installed.

Released in 1.0.0.