1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-10 11:30:36 +00:00

Show full relationship and lookup names

This commit is contained in:
Bram Wiepjes 2024-06-19 18:19:23 +00:00
parent a885836bce
commit 8e1a4f6af5
25 changed files with 926 additions and 415 deletions
web-frontend/modules/database/components/view/grid/fields

View file

@ -14,6 +14,7 @@
'grid-field-link-row__unnamed':
item.value === null || item.value === '',
}"
:title="item.value"
>
{{
item.value || $t('gridViewFieldLinkRow.unnamed', { value: item.id })