Show Novi IDs in BB read views
This commit is contained in:
@@ -132,6 +132,12 @@ $effect(() => {
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<div class="post__novi_id text-xs text-gray-500 dark:text-gray-400" style="overflow-wrap:anywhere;">
|
||||
Novi ID: <span class="font-mono">{$lq__post_obj?.external_person_id ?? '-- not set --'}</span>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="post__created_on_updated_on">
|
||||
{#if !$lq__post_obj?.updated_on}
|
||||
<span class="ae_label">Created on:</span>
|
||||
@@ -256,6 +262,13 @@ $effect(() => {
|
||||
>{post_comment_obj.full_name}</span>
|
||||
{/if}
|
||||
</span>
|
||||
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<span class="post_comment__novi_id text-xs text-gray-500 dark:text-gray-400" style="overflow-wrap:anywhere;">
|
||||
Novi ID: <span class="font-mono">{post_comment_obj.external_person_id ?? '-- not set --'}</span>
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
<span
|
||||
class="post_comment__created_on_updated_on">
|
||||
{#if !post_comment_obj.updated_on || $ae_loc.edit_mode}
|
||||
|
||||
@@ -182,6 +182,12 @@ onMount(() => {
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<div class="post__novi_id text-xs text-gray-500 dark:text-gray-400" style="overflow-wrap:anywhere;">
|
||||
Novi ID: <span class="font-mono">{idaa_post_obj.external_person_id ?? '-- not set --'}</span>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if idaa_post_obj.created_on}
|
||||
<div class="post__created_on_updated_on">
|
||||
{#if !idaa_post_obj.updated_on}
|
||||
|
||||
Reference in New Issue
Block a user