Create app updated eventlog entry and notification

This commit is contained in:
Johannes Zellner
2019-05-07 12:04:43 +02:00
parent 8f677177f2
commit b536c8196b
5 changed files with 32 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ exports = module.exports = {
HEALTH_MONITOR: { userId: null, username: 'healthmonitor' },
SYSADMIN: { userId: null, username: 'sysadmin' },
TASK_MANAGER: { userId: null, username: 'taskmanager' },
APP_TASK: { userId: null, username: 'apptask' },
fromRequest: fromRequest
};