0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference
Matt Westcott 9aeb2e3e49 Ensure telepath adapter gets registered for document chooser widget
Fixes #9010. `wagtail.documents.widgets` is no longer reliably imported on startup now that the chooser widget is constructed within wagtail.documents.views.chooser instead, so the telepath adapter wasn't getting register. This meant that DocumentChooserBlocks in StreamField were using the base chooser implementation, which didn't include customisations such as populating the title field from the file upload field. Fix this by making ChooserViewSet responsible for registering the telepath adapter.
2022-08-17 18:24:18 +01:00
..
contrib fix up legacy release note refs & use consistent format 2022-08-16 12:42:42 +01:00
pages Improve Revision model docs 2022-08-16 07:58:28 +10:00
streamfield fix up legacy release note refs & use consistent format 2022-08-16 12:42:42 +01:00
hooks.md added translate button to header actions dropdown, removed all the instances of is_parent 2022-07-26 22:36:35 +10:00
index.md Documentation - migrate reference/** files to markdown content 2022-06-30 09:57:26 +10:00
jinja2.md Documentation - migrate reference/** files to markdown content 2022-06-30 09:57:26 +10:00
management_commands.md Documentation - migrate reference/** files to markdown content 2022-06-30 09:57:26 +10:00
panel_api.md Update panel templates for new designs (EditHandler rewrite) 2022-08-05 10:36:52 +02:00
project_template.md Documentation - migrate reference/** files to markdown content 2022-06-30 09:57:26 +10:00
settings.md fix up legacy release note refs & use consistent format 2022-08-16 12:42:42 +01:00
signals.md Documentation - migrate reference/** files to markdown content 2022-06-30 09:57:26 +10:00
viewsets.md Ensure telepath adapter gets registered for document chooser widget 2022-08-17 18:24:18 +01:00