roughed in picklist template editor form and global settings form
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
//PICKLISTS:
|
//PICKLISTS:
|
||||||
|
|
||||||
todo: move to client work then back here to document after
|
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
|
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
|
/// List of all PickList templates
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>List of strings</returns>
|
/// <returns>List of strings</returns>
|
||||||
[HttpGet("TemplateList")]
|
[HttpGet("Template/List")]
|
||||||
public ActionResult GetTemplateList()
|
public ActionResult GetTemplateList()
|
||||||
{
|
{
|
||||||
if (!serverState.IsOpen)
|
if (!serverState.IsOpen)
|
||||||
|
|||||||
Reference in New Issue
Block a user