This commit is contained in:
2021-05-15 16:05:46 +00:00
parent 0b38c2bc90
commit e0bb59ce7a
3 changed files with 34 additions and 16 deletions

View File

@@ -99,6 +99,9 @@ namespace AyaNova.Api.Controllers
[HttpGet("client")]
public ActionResult GetClientGlobalBizSettings()
{
//## NOTE: these are settings that the Client needs to see for standard operations
//NOT the settings that the user changes in the global settings form which is fetched above
//so do not include anything here unless the client needs it
if (serverState.IsClosed)
{
//Exception for SuperUser account to handle licensing issues