feat: add legacy indicator for LinkToAnotherRecord when version is not 2

This commit is contained in:
Pranav C
2026-01-29 22:45:13 +00:00
parent 264ad6f622
commit 2e247f3fbc

View File

@@ -1261,6 +1261,17 @@ const unique = computed({
}"
>
{{ UITypesName[opt.name] }}
<span
v-if="
isEdit &&
column &&
column.uidt === UITypes.LinkToAnotherRecord &&
opt.name === UITypes.LinkToAnotherRecord &&
column.colOptions?.version !== 2
"
class="!text-xs !text-nc-content-brand-hover"
>(Legacy)</span
>
</div>
<div v-if="searchBasisInfoMap[opt.name]" class="flex-1 flex">