Skip to content
Snippets Groups Projects
Verified Commit 5bb4b14b authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: also translate attrib-names in transactionList (#733)

parent 8264c308
No related branches found
No related tags found
No related merge requests found
Pipeline #359178 passed with warnings
......@@ -96,7 +96,7 @@
<span v-if="element.content.object_title">{{ element.content.object_title }}</span>
<ul>
<li v-for="field in element.content.preview_fields" v-bind:key="field">
{{ element.content.func_descr[field].description_sys_scope }}:
{{ $t_netdb(element.content.func_descr[field].description_global_scope) }}:
<span v-if="element.content.object_function=='update'">
<br/>
<span v-if="element.content.parameters.old[field]"><s><code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment