You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yogsagot What use-case do you have that isn't covered by Wagtail's generic choosers? As far as I'm aware, all the features of wagtail-generic-chooser are now covered by Wagtail (the final one being linked_fields introduced in 5.2).
Hi all!
We are using wagtail-generic-chooser in our project and recently upgraded our codebase to Wagtail 6.0 and since then we are getting warning:
RemovedInWagtail70Warning: The usage of
WidgetWithScripthook is deprecated. Use external scripts instead..
It appears that we get this warning from wagtail-generic-chooser widget that is derived from WidgetWithScript
class AdminChooser(WidgetWithScript, widgets.Input):
It also appears that WidgetWithScript will be completely removed in Wagtail 7.0 in near future so your package will stop working completely.
Regards.
The text was updated successfully, but these errors were encountered: