mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix the resource path not detecting issue
This commit is contained in:
commit
566f6e9469
@ -75,7 +75,7 @@ import javax.ws.rs.core.Response;
|
|||||||
description = "Add, Edit or View a Device Type",
|
description = "Add, Edit or View a Device Type",
|
||||||
key = "dm:admin:device-type:modify",
|
key = "dm:admin:device-type:modify",
|
||||||
roles = {"Internal/devicemgt-admin"},
|
roles = {"Internal/devicemgt-admin"},
|
||||||
permissions = {"/device-mgt/admin/device-type"}
|
permissions = {"/device-mgt/admin/device-type/modify"}
|
||||||
),
|
),
|
||||||
@Scope(
|
@Scope(
|
||||||
name = "Getting Details of a Device Type",
|
name = "Getting Details of a Device Type",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user