Upgrade to 8.3.0-98
This commit is contained in:
parent
22502496a6
commit
4fa4653f8f
2 changed files with 8 additions and 6 deletions
|
@ -119,10 +119,10 @@ index 2209e8c9..feef6247 100644
|
|||
} else {
|
||||
const converter = require('./converter');
|
||||
diff --git a/server/Common/sources/license.js b/server/Common/sources/license.js
|
||||
index 8813cbac..90177d15 100644
|
||||
index d43ee210..9e787b08 100644
|
||||
--- a/server/Common/sources/license.js
|
||||
+++ b/server/Common/sources/license.js
|
||||
@@ -44,23 +44,23 @@ exports.readLicense = async function () {
|
||||
@@ -44,24 +44,24 @@ exports.readLicense = async function () {
|
||||
return [{
|
||||
count: 1,
|
||||
type: c_LR.Success,
|
||||
|
@ -149,8 +149,9 @@ index 8813cbac..90177d15 100644
|
|||
- endDate: null,
|
||||
+ endDate: new Date("2099-01-01T23:59:59.000Z"),
|
||||
customerId: "",
|
||||
- alias: ""
|
||||
+ alias: "community"
|
||||
- alias: "",
|
||||
+ alias: "community",
|
||||
multitenancy: false
|
||||
}, null];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue