Skip to content

Commit

Permalink
Add delete notification types for Tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvesel committed Mar 4, 2018
1 parent 0f50b52 commit 0a12f0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions db/fixtures/notification_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,13 @@
:expires_in: 24.hours
:level: :error
:audience: global
- :name: cloud_tenant_delete_success
:message: 'Deleting Cloud Tenant %{subject} completed successfully.'
:expires_in: 24.hours
:level: success
:audience: global
- :name: cloud_tenant_delete_error
:message: 'Deleting Cloud Tenant %{subject} failed: %{error_message}'
:expires_in: 24.hours
:level: error
:audience: global

0 comments on commit 0a12f0a

Please sign in to comment.