Project

General

Profile

Actions

Bug #20653

closed

UI Notifications not delivered for hosts owned by usergroup

Added by Timo Goebel over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Notifications
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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>'
Actions #1

Updated by The Foreman Bot over 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/4758 added
Actions #2

Updated by Timo Goebel over 6 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.

Actions #3

Updated by Timo Goebel over 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by Marek Hulán over 6 years ago

  • translation missing: en.field_release set to 296
Actions #5

Updated by Timo Goebel over 6 years ago

  • translation missing: en.field_release changed from 296 to 240

This was cherry-picked to 1.16.0.

Actions #6

Updated by Marek Hulán over 6 years ago

Thanks Timo!

Actions

Also available in: Atom PDF