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:
parent
a885836bce
commit
8e1a4f6af5
25 changed files with 926 additions and 415 deletions
web-frontend/modules/database/components/view/grid/fields
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue