Missing media in SegmentModelAdmin
aweakley opened this issue · 2 comments
aweakley commented
In our segment admin view at /admin/wagtail_personalisation/segment/edit/1/
the page chooser in the Visit Count Rule does not pop up the modal because wagtailadmin/js/page-chooser.js
and wagtailadmin/js/page-chooser-modal.js
are missing from the media.
I've fixed it by adding those files to SegmentModelAdmin.form_view_extra_js
, but is there a better way?