webui: ensure we pick up read-only props for stuff in the grid.
This commit is contained in:
parent
a55b7b9bd0
commit
50f2b7ee9a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ extjs_idnode_grid
|
|||
for (i = conf->start; i < ins->is_count && conf->limit != 0; i++) {
|
||||
htsmsg_t *e = htsmsg_create_map();
|
||||
htsmsg_add_str(e, "uuid", idnode_uuid_as_str(ins->is_array[i]));
|
||||
idnode_save(ins->is_array[i], e);
|
||||
idnode_read0(ins->is_array[i], e, 0);
|
||||
htsmsg_add_msg(list, NULL, e);
|
||||
if (conf->limit > 0) conf->limit--;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue