|
|
@ -1668,8 +1668,8 @@ export class ColumnsService { |
|
|
|
(param.column as LinkToAnotherColumnReqType).title, |
|
|
|
(param.column as LinkToAnotherColumnReqType).title, |
|
|
|
foreignKeyName, |
|
|
|
foreignKeyName, |
|
|
|
(param.column as LinkToAnotherColumnReqType).virtual, |
|
|
|
(param.column as LinkToAnotherColumnReqType).virtual, |
|
|
|
param.column['meta'], |
|
|
|
|
|
|
|
null, |
|
|
|
null, |
|
|
|
|
|
|
|
param.column['meta'], |
|
|
|
isLinks, |
|
|
|
isLinks, |
|
|
|
); |
|
|
|
); |
|
|
|
} else if ((param.column as LinkToAnotherColumnReqType).type === 'mm') { |
|
|
|
} else if ((param.column as LinkToAnotherColumnReqType).type === 'mm') { |
|
|
|