[#1447] fixed records listing number field value output

This commit is contained in:
Gani Georgiev
2022-12-31 10:07:20 +02:00
parent 8f6cb5ad2d
commit 166d2eafc7
29 changed files with 58 additions and 56 deletions
@@ -20,6 +20,8 @@
<span class="txt-hint">N/A</span>
{:else if field.type === "bool"}
<span class="txt">{record[field.name] ? "True" : "False"}</span>
{:else if field.type === "number"}
<span class="txt">{record[field.name]}</span>
{:else if field.type === "url"}
<a
class="txt-ellipsis"