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

[BUGFIX] fix incoming record being overwritten from DB, stringify pieces #37

Merged
merged 1 commit into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. [BUGFIX] fix incoming record being overwritten from DB, stringify pieces

    This fixes b13#33 by applying array_replace to the loaded record array
    with the incoming record fields.
    
    Also apply string casting to the slug pieces to avoid fatal error when
    some other hook sets a record field as something else than string, e.g.
    integer.
    fwg committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c12d7ed View commit details
    Browse the repository at this point in the history