refactor: replace rollup with rl

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-08-30 15:51:46 +05:30
parent d81abd58d6
commit c4fd87d4d6
8 changed files with 26 additions and 25 deletions

View File

@@ -135,7 +135,7 @@ export default class GqlApi {
}
// add formula columns to query
str += this.meta.v.reduce((arr, v) => {
if (v.formula || v.rollup) {
if (v.formula || v.rl) {
arr.push(v._cn)
}
return arr