|
|
@ -197,7 +197,7 @@ export class ColumnsService { |
|
|
|
formula_raw?: string; |
|
|
|
formula_raw?: string; |
|
|
|
parsed_tree?: any; |
|
|
|
parsed_tree?: any; |
|
|
|
} & Partial<Pick<ColumnReqType, 'column_order'>>; |
|
|
|
} & Partial<Pick<ColumnReqType, 'column_order'>>; |
|
|
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
if ( |
|
|
|
isCreatedOrLastModifiedTimeCol(column) || |
|
|
|
isCreatedOrLastModifiedTimeCol(column) || |
|
|
|
[ |
|
|
|
[ |
|
|
@ -277,6 +277,7 @@ export class ColumnsService { |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// handle reorder column for Links and LinkToAnotherRecord
|
|
|
|
if ( |
|
|
|
if ( |
|
|
|
[UITypes.Links, UITypes.LinkToAnotherRecord].includes( |
|
|
|
[UITypes.Links, UITypes.LinkToAnotherRecord].includes( |
|
|
|
column.uidt, |
|
|
|
column.uidt, |
|
|
|