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

Fixes #1728 #2383

Merged
Merged

Commits on Sep 25, 2023

  1. Fixes pallets-eco#1728

    Correct a bug when lazy_gettext is used for translations, since it returns the lazy string class instead of a string, causing the join to fail. Evaluate them to strings before trying to join them.
    Mac Newbold committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b3f7deb View commit details
    Browse the repository at this point in the history
  2. Additional fix related to pallets-eco#1728 - Form NestedRules weren't…

    … able to handle lazy_gettext Lazy String classes.
    Mac Newbold committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ef55323 View commit details
    Browse the repository at this point in the history