Merge branch '6695-docker_push_3' of https://gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push_3
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-02-21 13:23:32 +01:00
commit f71a83d587
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ function getToggleIcon(value) {
}
function formatColumnValue(col, row, dashIfEmpty) {
if (col?.format) {
if (col?.format || row[col?.name + 'TextValue']) {
if (selectRegex.test(col?.component) && row[col?.name + 'TextValue']) {
return dashIfEmpty(row[col?.name + 'TextValue']);
} else {