Revision 20576aac
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
10 | 10 |
sub part_picker { |
11 | 11 |
my ($self, $name, $value, %params) = @_; |
12 | 12 |
|
13 |
$value = SL::DB::Manager::Part->find_by(id => $value) if !ref $value; |
|
13 |
$value = SL::DB::Manager::Part->find_by(id => $value) if $value && !ref $value;
|
|
14 | 14 |
my $id = delete($params{id}) || $self->name_to_id($name); |
15 | 15 |
|
16 | 16 |
my $ret = |
Auch abrufbar als: Unified diff
Partpicker: Nicht kaputtgehen ohne default part.