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 #135

Commits on Jan 10, 2023

  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 authored and easherma-truth committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7c05e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4de62 View commit details
    Browse the repository at this point in the history