This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user