Revision 35ad1140
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
261 | 261 |
|
262 | 262 |
$self->_setup_search_action_bar; |
263 | 263 |
$self->prepare_report; |
264 |
$self->report_generator_list_objects(report => $self->{report}, objects => $self->models->get); |
|
264 |
$self->report_generator_list_objects( |
|
265 |
report => $self->{report}, |
|
266 |
objects => $self->models->get, |
|
267 |
options => { |
|
268 |
action_bar_additional_submit_values => { |
|
269 |
type => $self->type, |
|
270 |
}, |
|
271 |
}, |
|
272 |
); |
|
265 | 273 |
} |
266 | 274 |
|
267 | 275 |
# save the reclamation as new document an open it for edit |
Auch abrufbar als: Unified diff
Reclamation: Controller: add submit values in report action bar