This commit is contained in:
2023-01-10 17:16:29 +00:00
parent 88528988c9
commit 74b41088f1

View File

@@ -184,6 +184,19 @@
></v-checkbox>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
ref="trialMode"
v-model="obj.trialMode"
dense
:readonly="formState.readOnly"
:label="$sock.t('LicenseTrialMode')"
data-cy="trialMode"
:error-messages="form().serverErrors(this, 'trialMode')"
@change="fieldValueChanged('trialMode')"
></v-checkbox>
</v-col>
<template v-if="obj.pGroup == 0">
<v-col cols="12">
<div class="text-h1 error--text">
@@ -1669,7 +1682,8 @@ async function fetchTranslatedText() {
"ProductGroup",
"Customer",
"DatabaseID",
"TrialLicenseRequest"
"TrialLicenseRequest",
"LicenseTrialMode"
]);
}
//////////////////////