This commit is contained in:
@@ -111,7 +111,8 @@ namespace AyaNova.Api.Controllers
|
||||
{
|
||||
SearchCaseSensitiveOnly = AyaNova.Util.ServerGlobalBizSettings.SearchCaseSensitiveOnly,
|
||||
//used to drive UI in case of unlicensed or attention required
|
||||
LicenseStatus = AyaNova.Core.License.ActiveKey.Status
|
||||
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
|
||||
DbId = AyaNova.Core.License.ActiveKey.DbId
|
||||
};
|
||||
|
||||
return Ok(ApiOkResponse.Response(ret));
|
||||
|
||||
Reference in New Issue
Block a user