This commit is contained in:
@@ -260,6 +260,19 @@
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-checkbox
|
||||
v-model="obj.preferCSSPageSize"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('ReportPreferCSSPageSize')"
|
||||
ref="preferCSSPageSize"
|
||||
:data-cy="!!$ay.dev ? 'preferCSSPageSize' : false"
|
||||
:error-messages="form().serverErrors(this, 'preferCSSPageSize')"
|
||||
@change="fieldValueChanged('preferCSSPageSize', 'formPDF')"
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-checkbox
|
||||
v-model="obj.printBackground"
|
||||
@@ -1148,7 +1161,18 @@ async function fetchTranslatedText(vm) {
|
||||
"ReportTemplate",
|
||||
"AuthorizationRoles",
|
||||
"ReportPdfOptions",
|
||||
"ReportDisplayHeaderFooter"
|
||||
"ReportDisplayHeaderFooter",
|
||||
"ReportHeaderTemplate",
|
||||
"ReportFooterTemplate",
|
||||
"ReportPaperFormat",
|
||||
"ReportLandscape",
|
||||
"ReportMarginOptionsBottom",
|
||||
"ReportMarginOptionsLeft",
|
||||
"ReportMarginOptionsRight",
|
||||
"ReportMarginOptionsTop",
|
||||
"ReportPrintBackground",
|
||||
"ReportScale",
|
||||
"ReportPreferCSSPageSize"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user