Added readonly field to NC softkeys

This commit is contained in:
Lucio Maranta
2018-03-22 16:17:23 +01:00
parent 25fa366171
commit ca272f4515
5 changed files with 34 additions and 4 deletions
@@ -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)