Fix migration error and dto error

This commit is contained in:
barisgit 2025-08-02 21:44:34 +02:00 committed by Jan Böhmer
parent 2bc39e7791
commit ccb837e4b4
4 changed files with 115 additions and 12 deletions

View file

@ -246,9 +246,9 @@
<br><small class="text-muted">{{ dto.provider_id }}</small>
</td>
<td>
<span class="badge bg-info">{{ dto._source_field ?? 'unknown' }}</span>
{% if dto._source_keyword %}
<br><small class="text-muted">{{ dto._source_keyword }}</small>
<span class="badge bg-info">{{ result.source_field ?? 'unknown' }}</span>
{% if result.source_keyword %}
<br><small class="text-muted">{{ result.source_keyword }}</small>
{% endif %}
</td>
<td>

View file

@ -169,9 +169,9 @@
<br><small class="text-muted">{{ dto.provider_id }}</small>
</td>
<td>
<span class="badge bg-info">{{ dto._source_field ?? 'unknown' }}</span>
{% if dto._source_keyword %}
<br><small class="text-muted">{{ dto._source_keyword }}</small>
<span class="badge bg-info">{{ result.source_field ?? 'unknown' }}</span>
{% if result.source_keyword %}
<br><small class="text-muted">{{ result.source_keyword }}</small>
{% endif %}
</td>
<td>