update
Some checks are pending
Setup Native Action / native (3.12.7) (push) Waiting to run
Setup Native Action / docker (3.12.7) (push) Waiting to run

This commit is contained in:
KaySar12 2025-03-12 10:49:48 +07:00
parent 3c36dba9a9
commit 63a971d715
3 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,7 @@ export class ExportAll extends Component {
//---------------------------------------------------------------------
async onDirectExportData() {
debugger;
this.env.searchModel.trigger("direct-export-data");
}
}

View File

@ -495,6 +495,7 @@ export class ListController extends Component {
}
async downloadExport(fields, import_compat, format) {
debugger;
let ids = false;
if (!this.isDomainSelected) {
const resIds = await this.getSelectedResIds();
@ -564,6 +565,7 @@ export class ListController extends Component {
* @private
*/
async onDirectExportData() {
debugger;
await this.downloadExport(this.defaultExportList, false, "xlsx");
}
/**

@ -1 +1 @@
Subproject commit b757ed83da511053ea589c20f91739d7490afa95
Subproject commit 7b9624a65383c481937d76fbf7258f4b9effffdd