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 cloning alert conditions with identical id when cloning stream. #3616

Merged
merged 2 commits into from Mar 16, 2017

Commits on Mar 15, 2017

  1. Fix cloning alert conditions with identical id when cloning stream.

    Before this change, any alert conditions associated with a stream were
    cloned identically (including using the same id) when cloning a stream.
    This was leading to a bug, where the alert condition was shown as being
    associated with the source of the clone process instead of the target.
    
    With this change, the alert condition is recreated during cloning,
    including generating a new id for it.
    
    Fixes #3608.
    
    (cherry picked from commit 0a9f75b)
    dennisoelkers committed Mar 15, 2017
    Copy the full SHA
    08983e8 View commit details
    Browse the repository at this point in the history
  2. Fixing typo.

    dennisoelkers committed Mar 15, 2017
    Copy the full SHA
    8bfc584 View commit details
    Browse the repository at this point in the history