Revision b58bafbb
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/Controller/ClientConfig.pm | ||
---|---|---|
218 | 218 |
sub edit_form { |
219 | 219 |
my ($self) = @_; |
220 | 220 |
|
221 |
$::request->layout->use_javascript("${_}.js") for qw(autocomplete_part); |
|
222 |
|
|
223 | 221 |
$self->render('client_config/form', title => t8('Client Configuration'), |
224 | 222 |
make_chart_title => sub { $_[0]->accno . '--' . $_[0]->description }, |
225 | 223 |
make_templates_value => sub { 'templates/' . $_[0] }, |
Auch abrufbar als: Unified diff
PartPicker: javascript direkt im P.part_picker adden.