Revision 3b9f657c
Von Martin Helmling vor etwa 4 Jahren hinzugefügt
SL/Helper/Inventory.pm | ||
---|---|---|
283 | 283 |
|
284 | 284 |
for (keys %$constraints ) { |
285 | 285 |
croak "unsupported constraint '$_'" unless $supported_constraints{$_}; |
286 |
next unless defined $constraints->{$_}; |
|
286 | 287 |
|
287 | 288 |
my %whitelist = map { (ref $_ ? $_->id : $_) => 1 } listify($constraints->{$_}); |
288 | 289 |
my $accessor = $supported_constraints{$_}; |
Auch abrufbar als: Unified diff
Inventory-Helper: Nur gesetzte Constraints berücksichtigen
Werden als Parameter nicht definierte Constraints übergeben,
werden diese nun übersprungen