Revision b387f6fa
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
| SL/Controller/CustomDataExport.pm | ||
|---|---|---|
|
push @objects, \%row_set;
|
||
|
}
|
||
|
|
||
|
$self->report_generator_list_objects(report => $report, objects => \@objects);
|
||
|
$self->report_generator_list_objects(report => $report,
|
||
|
objects => \@objects,
|
||
|
options => {
|
||
|
action_bar_additional_submit_values => { id => $::form->{id}, },
|
||
|
},
|
||
|
);
|
||
|
}
|
||
|
|
||
|
#
|
||
Auch abrufbar als: Unified diff
Benutzerdefinierte Datenexporte mit ReportGenerator: id an Actions übergeben