Bug #20653
closedUI Notifications not delivered for hosts owned by usergroup
Description
When creating a ui notification where the host is the subject and the host is owned by a Usergroup, this currently fails:
subject = host
audience is set to AUDIENCE_GROUP by app/services/ui_notifications/hosts.rb
When building the recipient_ids:
For a user: initiator.id is used
For a usergroup: subject.all_users is used, but not defined as subject is host.
I've written a test to demonstrate the behavior:
1) Error:
UINotificationsHostsTest::deliver notification to host owner#test_0002_owner is usergroup:
NoMethodError: undefined method `all_users' for #<Host::Managed:0x007f89bdbc91e0>
app/models/notification.rb:49:in `subscriber_ids'
app/models/notification.rb:65:in `set_notification_recipients'
test_after_commit (1.1.0) lib/test_after_commit/database_statements.rb:11:in `block in transaction'
test_after_commit (1.1.0) lib/test_after_commit/database_statements.rb:5:in `transaction'
test/unit/ui_notifications/hosts/base_test.rb:7:in `create'
app/services/ui_notifications.rb:26:in `deliver!'
app/services/ui_notifications/hosts.rb:11:in `deliver!'
test/unit/ui_notifications/hosts/base_test.rb:53:in `block (3 levels) in <class:UINotificationsHostsTest>'
test/unit/ui_notifications/hosts/base_test.rb:52:in `block (2 levels) in <class:UINotificationsHostsTest>'
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4758 added
Updated by Timo Goebel over 7 years ago
In a production environment, this error is only logged:
2017-08-22 09:43:26 16b83fb6 [notifications] [W] Failed to handle notifications - this is most likely a bug: undefined method `all_users' for nil:NilClass
Maybe we should increase the log level to error.
Updated by Timo Goebel over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2d2390b59b2b519fbf07e048b4def7c3f855eb0a.
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 296
Updated by Timo Goebel over 7 years ago
- Translation missing: en.field_release changed from 296 to 240
This was cherry-picked to 1.16.0.