TT#52980 Return num_lines to api device models lineranges

Change-Id: Ifca202d3e77b86e185bf3cf11c1f72b9c2995f6a
changes/24/27624/2
Irina Peshinskaya 7 years ago
parent ef70c3d5a0
commit c4b542d7d6

@ -172,6 +172,11 @@ has_field 'linerange.keys.id' => (
type => 'Hidden',
);
has_field 'linerange.num_lines' => (
type => 'Hidden',
readonly => 1,
);
has_field 'linerange.keys.x' => (
type => 'PosInteger',
label => 'x',

Loading…
Cancel
Save