- added new setting 'isPecEmail';

- added automatic enabling/disabling participating of the field in CSV report for tables based on enabling individual columns;
This commit is contained in:
Vitalii Kiiko
2025-06-04 16:32:20 +02:00
parent edf60a917e
commit 090b58ba59
5 changed files with 241 additions and 46 deletions

View File

@@ -448,6 +448,10 @@ export const elementItems = [
{
name: "reportHeader",
value: ""
},
{
name: "isPecEmail",
value: false
}
],
validators: {
@@ -477,6 +481,10 @@ export const elementItems = [
{
name: "reportHeader",
value: ""
},
{
name: "isPecEmail",
value: false
}
],
validators: {