Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check uid type in Field Locator and handle if str #132

Closed
wants to merge 1 commit into from

Commits on Dec 20, 2022

  1. Check uid type in Field Locator and handle if str

    Currently nothing prevents a setup like ```WAGTAILTRANSFER_LOOKUP_FIELDS = {'wagtailcore.page': ['slug', 'locale_id']}``` from existing, 
    but this will cause issues trying to look up and match the page due to how it's currently sent in the admin_url
    easherma-truth authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    28cc0cd View commit details
    Browse the repository at this point in the history