Support custom fields, include actor for custom fields changes

F
This commit is contained in:
shamoon
2024-04-13 22:37:12 -07:00
parent 42eef35988
commit 25f0036a50
4 changed files with 107 additions and 6 deletions

View File

@@ -37,6 +37,12 @@
<code class="text-primary">{{ change.value["objects"].join(', ') }}</code>
</li>
}
@else if (change.value["type"] === 'custom_field') {
<li>
<span class="text-light">{{ change.value["field"] }}</span>:&nbsp;
<code class="text-primary">{{ change.value["value"] }}</code>
</li>
}
@else {
<li>
<span class="text-light">{{ change.key | titlecase }}</span>:&nbsp;