MT#5349 API: skip updating prefs with null value

gjungwirth/fix_tests
Andreas Granig 12 years ago
parent efafd55c87
commit a737e3f05e

@ -132,6 +132,7 @@ sub update_item {
}
foreach my $pref(keys %{ $resource }) {
next unless(defined $resource->{$pref});
my $rs = NGCP::Panel::Utils::Preferences::get_dom_preference_rs(
c => $c,
attribute => $pref,

Loading…
Cancel
Save