From a2266b7e1ecd23718aad9d9143b772e813e626f8 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Mon, 30 Sep 2024 14:32:54 +0100 Subject: [PATCH] chore: Added replaces for erm.admin.action --- service/src/main/okapi/ModuleDescriptor-template.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index 86bd9b14..13533a45 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1881,7 +1881,10 @@ { "permissionName": "erm.admin.action.execute", "displayName": "Admin endpoint perform action", - "description": "Performs action from admin endpoint" + "description": "Performs action from admin endpoint", + "replaces": [ + "erm.admin.action" + ] }, { "permissionName": "erm.settings.get",