Added readonly field to NC softkeys
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Step.Controllers.WebApi
|
||||
}
|
||||
|
||||
[Route("softKeys"), HttpGet]
|
||||
public IHttpActionResult GetSoftKeysConfig()
|
||||
public IHttpActionResult GetUserSoftKeysConfig()
|
||||
{
|
||||
Dictionary<int, List<DTOUserSoftKeyConfigModel>> output = new Dictionary<int, List<DTOUserSoftKeyConfigModel>>();
|
||||
foreach (var softKey in SoftKeysConfig)
|
||||
|
||||
Reference in New Issue
Block a user