mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Added note when an object is unknown
refs https://github.com/TryGhost/Toolbox/issues/356 - this can occur when the ID in the action event is unknown in the DB, and we don't have any other context for it
This commit is contained in:
parent
68030d4d52
commit
b9a42bcb1c
@ -28,6 +28,8 @@
|
||||
<LinkTo @route="editor.edit" @models={{array ev.resource.displayName ev.resource.id}} class="permalink">
|
||||
<strong>{{if ev.resource.title ev.resource.title ev.resource.name}}</strong>
|
||||
</LinkTo>
|
||||
{{else}}
|
||||
<small>(unknown)</small>
|
||||
{{/if}}
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user