From d2b2cb682eaf76bc80576c0e7572cd5c297803b1 Mon Sep 17 00:00:00 2001 From: azayati Date: Mon, 5 May 2025 12:06:20 +0200 Subject: [PATCH] feat: Remove "Processes" application from application center - EXO-78691 --- .../src/main/resources/applications.json | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 processes-services/src/main/resources/applications.json diff --git a/processes-services/src/main/resources/applications.json b/processes-services/src/main/resources/applications.json deleted file mode 100644 index 18f232c9f..000000000 --- a/processes-services/src/main/resources/applications.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "descriptors": [ - { - "name": "Processes", - "imagePath": "war:/../images/processesAppIcon.png", - "override": false, - "enabled": true, - "application": { - "title": "Processes", - "description": "Processes application", - "url": "./processes", - "system": true, - "active": true, - "mandatory": true, - "mobile": true, - "permissions": [ - "*:/platform/users", - "*:/platform/externals" - ] - } - } - ] -}