roughed in picklist template editor form and global settings form
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
//PICKLISTS:
|
||||
|
||||
todo: move to client work then back here to document after
|
||||
|
||||
todo: api / server landing page is shitty on a mobile
|
||||
|
||||
todo: add query fail logging to datalist just like done with picklist so in production can catch mysterious problems more easily
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// List of all PickList templates
|
||||
/// </summary>
|
||||
/// <returns>List of strings</returns>
|
||||
[HttpGet("TemplateList")]
|
||||
[HttpGet("Template/List")]
|
||||
public ActionResult GetTemplateList()
|
||||
{
|
||||
if (!serverState.IsOpen)
|
||||
|
||||
Reference in New Issue
Block a user