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

fix(csv): fix #5279 always force subject to be a string in str_replace #5282

Merged
merged 1 commit into from
Nov 4, 2024

Commits on Oct 31, 2024

  1. fix(csv): fix Icinga#5279 always force subject to be a string

    When performing a str_replace, subject should always be a string. If
    passing a non-existent column or empty column, subject may be null
    
    This ensure str_replace is called when subject is actually a string (not
    NULL)
    Yoda-BZH committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    295d729 View commit details
    Browse the repository at this point in the history