MT#9269 Add compat num_lines to API pxbdevicemodels

Make it compatible with the 3.4 version to not break LGI
changes/94/294/1
Andreas Granig 11 years ago
parent 3d22196c4a
commit 899c89c8b8

@ -82,6 +82,7 @@ sub resource_from_item {
labelpos => $key->position,
};
}
$r->{num_lines} = @{ $r->{keys} };
push @{ $resource{linerange} }, $r;
}

Loading…
Cancel
Save