Revision 35ad1140
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
|
||
$self->_setup_search_action_bar;
|
||
$self->prepare_report;
|
||
$self->report_generator_list_objects(report => $self->{report}, objects => $self->models->get);
|
||
$self->report_generator_list_objects(
|
||
report => $self->{report},
|
||
objects => $self->models->get,
|
||
options => {
|
||
action_bar_additional_submit_values => {
|
||
type => $self->type,
|
||
},
|
||
},
|
||
);
|
||
}
|
||
|
||
# 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