wagtail-deprecated / wagtail-react-streamfield

Powerful field for inserting multiple blocks with nesting. (NO LONGER MAINTAINED - See Wagtail 2.13 Release Notes)

Home Page:https://wagtail.github.io/react-streamfield/public/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page Chooser bug while editing page

dniegel opened this issue · comments

While editing an existing page with an already saved PageChooserBlock, a click on 'Choose another page' does not open the page chooser modal. The parent page id in the GET request is not a number:

page chooser page id bug

Possible reason in page-chooser.js, line 53

parentId: data.meta.parent

(parent is an object)

Yes, issue same here.

Fixed by #23.

Released in 1.0.0.