This commit is contained in:
@@ -184,6 +184,19 @@
|
|||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</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">
|
<template v-if="obj.pGroup == 0">
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<div class="text-h1 error--text">
|
<div class="text-h1 error--text">
|
||||||
@@ -1669,7 +1682,8 @@ async function fetchTranslatedText() {
|
|||||||
"ProductGroup",
|
"ProductGroup",
|
||||||
"Customer",
|
"Customer",
|
||||||
"DatabaseID",
|
"DatabaseID",
|
||||||
"TrialLicenseRequest"
|
"TrialLicenseRequest",
|
||||||
|
"LicenseTrialMode"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
//////////////////////
|
//////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user