Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13267
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Jan 4, 2024
1 parent b7b5819 commit bc116c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
11
4 changes: 3 additions & 1 deletion src/RESTAPI/RESTAPI_inventory_list_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ namespace OpenWifi {
} else {
ProvObjects::InventoryTagVec Tags;
DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, "", OrderBy);
return MakeJSONObjectArray("taglist", Tags, *this);
return SendList(Tags, SerialOnly);

// return MakeJSONObjectArray("taglist", Tags, *this);
}
}
} // namespace OpenWifi

0 comments on commit bc116c1

Please sign in to comment.