Skip to content
Snippets Groups Projects
Commit 50d018d9 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Topic/1163-adminApi' into 'Product/1119-adminPage'

Topic/1163 admin api

See merge request coscine/cs/notificationconfiguration!13
parents 2c11ab1f 3b3c5dbf
No related branches found
No related tags found
3 merge requests!15Product/1119 admin page,!14Sprint/2020 22,!13Topic/1163 admin api
......@@ -9,8 +9,8 @@ using System.Reflection;
[assembly: AssemblyDescription("NotificationConfiguration.Test is a part of the CoScInE group.")]
[assembly: AssemblyCompany("IT Center, RWTH Aachen University")]
[assembly: AssemblyProduct("NotificationConfiguration.Test")]
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyInformationalVersion("1.4.0-topic-1127-email0006")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-1163-admin0001")]
[assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")]
......@@ -222,5 +222,33 @@
"en": "You will be informed when a PID owner is contacted."
},
"group": []
},
"quota_changed": {
"channels": {
"available": [ "email" ],
"always": [],
"only": []
},
"template": {
"email": {
"de": {
"subject": "[Coscine] Quota wurde verändert",
"body": "{{> header}}Die Quota für Ihr Projekt {{_projectName}} wurde verändert.{{> footer}}"
},
"en": {
"subject": "[Coscine] Quota was changed",
"body": "{{> header}}The quota for your project {{_projectName}} was changed.{{> footer}}"
}
}
},
"name": {
"de": "Quota verändert",
"en": "Quota changed"
},
"description": {
"de": "Sie werden informiert, wenn die Quota eines Projekts verändert wird.",
"en": "You will be informed when the quota of a project is changed."
},
"group": []
}
}
......@@ -9,8 +9,8 @@ using System.Reflection;
[assembly: AssemblyDescription("NotificationConfiguration is a part of the CoScInE group.")]
[assembly: AssemblyCompany("IT Center, RWTH Aachen University")]
[assembly: AssemblyProduct("NotificationConfiguration")]
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyInformationalVersion("1.4.0-topic-1127-email0006")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-1163-admin0001")]
[assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment