Giter Site home page Giter Site logo

Comments (8)

roodie avatar roodie commented on June 12, 2024 1

@roodie for me the ImageChooser still works.

In streamfield blocks? The selection itself worked for us also, but after saving the page the previously selected item is missing. The ID is saved properly, just the representation (the thumbnail in the case of images, the title in the case of pages) is not there.

from wagtail-react-streamfield.

damonhook avatar damonhook commented on June 12, 2024 1

We are having similar problems with PageChooserBlocks on wagtail 2.12 (ImageChoosers seem to still be working for us).
Looking through wagtail, it looks like there was a change in the createPageChooser function signature between 2.11 and 2.12.

2.11

function createPageChooser(id, pageTypes, openAtParentId, canChooseRoot, userPerms) { ... }

https://github.com/wagtail/wagtail/blob/v2.11.5/wagtail/admin/static_src/wagtailadmin/js/page-chooser.js#L1

2.12

function createPageChooser(id, openAtParentId, options) { ... }

https://github.com/wagtail/wagtail/blob/v2.12.1/client/src/entrypoints/admin/page-chooser.js#L3


With the major issue being that pageTypes has now been moved into options.model_names (this is where the join error is coming from)

For now we have gotten around it by creating our own static/wagtailadmin/js/page-chooser.js that handles the new signature but that is obviously not ideal.

from wagtail-react-streamfield.

roodie avatar roodie commented on June 12, 2024

Actually this is a problem with all choosers. This package overwrites the page-chooser.js, image-chooser.js, document-chooser.js and snippet-chooser.js files from Wagtail.

But with the release of Wagtail 2.11, the original files have changed, so the package does not work properly. If you have react-streamfield before the default wagtail packages in your INSTALLED_APPS setting, then there are no errors but the choosers are not working properly - obviously since in that case the original chooser js files will be copied into the static folder.

from wagtail-react-streamfield.

ZackPlauche avatar ZackPlauche commented on June 12, 2024

@roodie for me the ImageChooser still works.

from wagtail-react-streamfield.

ZackPlauche avatar ZackPlauche commented on June 12, 2024

@roodie for me the ImageChooser still works.

In streamfield blocks? The selection itself worked for us also, but after saving the page the previously selected item is missing. The ID is saved properly, just the representation (the thumbnail in the case of images, the title in the case of pages) is not there.

@roodie Yeah, for me the image is there in a block inside my main streamblock. Even more so, it's in a listblock in a streamblock in a structblock in a streamblock lol.

Maybe try clearing cache?

from wagtail-react-streamfield.

roodie avatar roodie commented on June 12, 2024

Cache clearing did not solve it, we tried everything :-) It probably has to do with different Wagtail versions and the actual usage.

from wagtail-react-streamfield.

ZackPlauche avatar ZackPlauche commented on June 12, 2024

@roodie Hmm, I'm on the Wagtail 2.12.1 and the only extension I have for wagtail is wagtail-react-streamfield.

from wagtail-react-streamfield.

ZackPlauche avatar ZackPlauche commented on June 12, 2024

@roodie for me the ImageChooser still works.

In streamfield blocks? The selection itself worked for us also, but after saving the page the previously selected item is missing. The ID is saved properly, just the representation (the thumbnail in the case of images, the title in the case of pages) is not there.

Actually I just ran into this issue. The set image didn't appear on reload.

from wagtail-react-streamfield.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.