mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
test(columnDesc): add description to column field in DocApi server test
This commit is contained in:
@@ -496,6 +496,7 @@ function testDocApi() {
|
|||||||
isFormula: false,
|
isFormula: false,
|
||||||
formula: '',
|
formula: '',
|
||||||
label: 'A',
|
label: 'A',
|
||||||
|
description: '',
|
||||||
untieColIdFromLabel: false,
|
untieColIdFromLabel: false,
|
||||||
summarySourceCol: 0,
|
summarySourceCol: 0,
|
||||||
displayCol: 0,
|
displayCol: 0,
|
||||||
@@ -516,6 +517,7 @@ function testDocApi() {
|
|||||||
isFormula: false,
|
isFormula: false,
|
||||||
formula: '',
|
formula: '',
|
||||||
label: 'B',
|
label: 'B',
|
||||||
|
description: '',
|
||||||
untieColIdFromLabel: false,
|
untieColIdFromLabel: false,
|
||||||
summarySourceCol: 0,
|
summarySourceCol: 0,
|
||||||
displayCol: 0,
|
displayCol: 0,
|
||||||
@@ -536,6 +538,7 @@ function testDocApi() {
|
|||||||
isFormula: false,
|
isFormula: false,
|
||||||
formula: '',
|
formula: '',
|
||||||
label: 'C',
|
label: 'C',
|
||||||
|
description: '',
|
||||||
untieColIdFromLabel: false,
|
untieColIdFromLabel: false,
|
||||||
summarySourceCol: 0,
|
summarySourceCol: 0,
|
||||||
displayCol: 0,
|
displayCol: 0,
|
||||||
@@ -556,6 +559,7 @@ function testDocApi() {
|
|||||||
isFormula: true,
|
isFormula: true,
|
||||||
formula: '',
|
formula: '',
|
||||||
label: 'D',
|
label: 'D',
|
||||||
|
description: '',
|
||||||
untieColIdFromLabel: false,
|
untieColIdFromLabel: false,
|
||||||
summarySourceCol: 0,
|
summarySourceCol: 0,
|
||||||
displayCol: 0,
|
displayCol: 0,
|
||||||
@@ -576,6 +580,7 @@ function testDocApi() {
|
|||||||
isFormula: true,
|
isFormula: true,
|
||||||
formula: '$A.upper()',
|
formula: '$A.upper()',
|
||||||
label: 'E',
|
label: 'E',
|
||||||
|
description: '',
|
||||||
untieColIdFromLabel: false,
|
untieColIdFromLabel: false,
|
||||||
summarySourceCol: 0,
|
summarySourceCol: 0,
|
||||||
displayCol: 0,
|
displayCol: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user