@@ -1137,10 +1150,11 @@ export default {
dbId: null,
licenseExpire: null, //what is is in v8, "lockdate" in v7
maintenanceExpire: null,
+ notificationSent: false,
wiki: null,
tags: [],
- //dto only props
trialMode: false, //v8
+ //dto only props
customerUsers: 250,
maxDataGB: 20,
users: 1,
@@ -1683,7 +1697,8 @@ async function fetchTranslatedText() {
"Customer",
"DatabaseID",
"TrialLicenseRequest",
- "LicenseTrialMode"
+ "LicenseTrialMode",
+ "NotificationSent"
]);
}
//////////////////////