Compare commits

..

1 Commits

Author SHA1 Message Date
artrejo
2ec9b991e5 Fix table api query projections
When building queries with projections, the resulting query does not include the "id" property as part of the projection. The "id" property is used by the results grid to display as the RowKey so the result is queries wih projections do not show the RowKey.

This change fixes this by including "id" as part of the projections.
2021-03-26 11:15:31 -07:00

Diff Content Not Available