-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing middleware servers alert handling
* miq_alert: MiddlewareServers model has STI enabled. It's not enough to test against the class name to detect if target is a mw-server. Using kind_of?. * middleware_server: The format of the alert ids changed. Testing against the new id format in addition to the old one to check if alert should be handled.
- Loading branch information
1 parent
8547972
commit 68cb336
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters