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(bridges): fix default value for enable when attempting operations #12696

Merged
merged 1 commit into from Mar 14, 2024

Commits on Mar 13, 2024

  1. fix(bridges): fix default value for enable when attempting operations

    Fixes https://emqx.atlassian.net/browse/EMQX-11999
    
    Although the frontend doesn't send `enable` when creating a bridge/action/connector, the
    default value in the schema is `true`, so when attempting to fetch it from the raw config
    we should adhere to that default.
    thalesmg committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b587eba View commit details
    Browse the repository at this point in the history