Skip to content

UTableEntity. Fix localization in card view (UCardView)

Ruslan Onyshchenko requested to merge UTableEntityCardLocalizationFix into master

UTableEntity. For labels in table view we have:

{{ $ut(column.label) }}

for label in card view:

{{ column.label }}

I add the same behavior to the card view

{{ $ut(column.label) }}
Edited by Ruslan Onyshchenko

Merge request reports

Loading