Revision 28de1c46
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
SL/Controller/CustomDataExport.pm | ||
---|---|---|
104 | 104 |
push @objects, \%row_set; |
105 | 105 |
} |
106 | 106 |
|
107 |
$self->report_generator_list_objects(report => $report, objects => \@objects); |
|
107 |
$self->report_generator_list_objects(report => $report, |
|
108 |
objects => \@objects, |
|
109 |
options => { |
|
110 |
action_bar_additional_submit_values => { id => $::form->{id}, }, |
|
111 |
}, |
|
112 |
); |
|
108 | 113 |
} |
109 | 114 |
|
110 | 115 |
# |
Auch abrufbar als: Unified diff
Benutzerdefinierte Datenexporte mit ReportGenerator: id an Actions übergeben