mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue