TT#22505 TT#21271 Fix subscribers API so get2put works

Change-Id: I4d5e2abfe96b147362f22d9f715198cf0bd7731a
(cherry picked from commit 4dc630cd27)
changes/78/16078/2
Irina Peshinskaya 8 years ago
parent 3d42259984
commit 04f12215bc

@ -130,6 +130,8 @@ sub resource_from_item {
if($pref->first and length($pref->first->value) > 0) {
#cast to Numeric accordingly to the form field type and customer note in the ticket #10313
$resource{lock} = $pref->first->value;
}else{
$resource{lock} = undef;
}
} else {
# fields we never want to see

Loading…
Cancel
Save