wagtail-deprecated / wagtail-react-streamfield

Powerful field for inserting multiple blocks with nesting. (NO LONGER MAINTAINED - See Wagtail 2.13 Release Notes)
https://wagtail.github.io/react-streamfield/public/
BSD 3-Clause "New" or "Revised" License
74 stars 23 forks source link

Validation error messages for stream fields not shown #22

Closed dniegel closed 5 years ago

dniegel commented 5 years ago

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.

BertrandBordage commented 5 years ago

Fixed by bf57687e1bd9e10bb788a6ab7c2c9be1cc4c472e.

BertrandBordage commented 5 years ago

Released in 1.0.0.