Modify device-types scope permissions and remove duplicated scope key #237

Closed
ThilinaPremachandra wants to merge 1 commits from ThilinaPremachandra/device-mgt-core:scopePermIssue into master

@ -182,13 +182,6 @@ import java.util.List;
description = "View whether the groups has relevant device types",
key = "perm:groups:devices-types",
roles = {"Internal/devicemgt-user"},
permissions = {"/device-mgt/groups/devices/types"}
),
@Scope(
name = "View whether the groups has relevant device types",
description = "View whether the groups has relevant device types",
key = "perm:groups:add",
roles = {"Internal/devicemgt-user"},
permissions = {"/device-mgt/groups/device-types"}
)
}

Loading…
Cancel
Save