Add required fields on table search as well
This commit is contained in:
parent
499d3f2041
commit
51ba1f072b
|
@ -127,7 +127,7 @@ async function buildInternalFieldList(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isView && !helpers.views.isCalculationView(source)) {
|
if (!isView || !helpers.views.isCalculationView(source)) {
|
||||||
for (const field of ["_id", "_rev", "tableId"]) {
|
for (const field of ["_id", "_rev", "tableId"]) {
|
||||||
fieldList.push(field)
|
fieldList.push(field)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue