diff --git a/smardigo/backup/app/process.json b/smardigo/backup/app/process.json index f78330b..86ac9b3 100644 --- a/smardigo/backup/app/process.json +++ b/smardigo/backup/app/process.json @@ -11,5 +11,14 @@ "configType" : "process-search", "processDefinitionKey" : "primary-process", "processDefinitionKeys" : [ "primary-process" ] + }, { + "name" : "Vorfälle", + "tabName" : "Vorfälle", + "logoId" : "report", + "configType" : "incidents", + "groups" : [ ], + "additionalProperties" : { + "showAllScopes" : false + } } ] } \ No newline at end of file diff --git a/smardigo/provisioning/app/process.json b/smardigo/provisioning/app/process.json index 3408186..2b771af 100644 --- a/smardigo/provisioning/app/process.json +++ b/smardigo/provisioning/app/process.json @@ -12,5 +12,14 @@ "processDefinitionKey" : "simple-connect", "processDefinitionKeys" : [ "simple-connect" ], "groups" : [ "user", "head", "maintainer", "administrator" ] + }, { + "name" : "Vorfälle", + "tabName" : "Vorfälle", + "logoId" : "report", + "configType" : "incidents", + "groups" : [ ], + "additionalProperties" : { + "showAllScopes" : false + } } ] } \ No newline at end of file diff --git a/smardigo/template/app/process.json b/smardigo/template/app/process.json index ede6462..8d9de21 100644 --- a/smardigo/template/app/process.json +++ b/smardigo/template/app/process.json @@ -11,5 +11,14 @@ "configType" : "process-search", "processDefinitionKey" : "primary-process", "processDefinitionKeys" : [ "primary-process" ] + }, { + "name" : "Vorfälle", + "tabName" : "Vorfälle", + "logoId" : "report", + "configType" : "incidents", + "groups" : [ ], + "additionalProperties" : { + "showAllScopes" : false + } } ] } \ No newline at end of file