Sha256: 1aa2bb570c1fea2af79e2028e8ee7d2ee8abda8f5e0d9d168e96eab76cde99ba
Contents?: true
Size: 544 Bytes
Versions: 54
Compression:
Stored size: 544 Bytes
Contents
module Katello module UINotifications module ContentView class DelelteLatestVersionFailure < ::UINotifications::Base private def create Notification.create!( subject: subject, initiator: initiator, audience: ::Notification::AUDIENCE_ADMIN, notification_blueprint: blueprint ) end def blueprint @blueprint ||= NotificationBlueprint.find_by(name: 'content_view_auto_publish_error') end end end end end
Version data entries
54 entries across 54 versions & 1 rubygems