Skip to content

Commit

Permalink
Control Panel Plugin Listing: Fallback to last component of title if …
Browse files Browse the repository at this point in the history
…name field is missing
  • Loading branch information
Jermolene committed Apr 14, 2020
1 parent 4bbc58d commit 84eaee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/Components/plugin-info.tid
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $:/config/Plugins/Disabled/$(currentTiddler)$
</div>
<div class="tc-plugin-info-chunk tc-plugin-info-description">
<h1>
''<$view field="name"/>'': <$view field="description"><$view field="title"/></$view> $disabledMessage$
''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field="description"><$view field="title"/></$view> $disabledMessage$
</h1>
<h2>
<$view field="title"/>
Expand Down

1 comment on commit 84eaee8

@kookma
Copy link
Contributor

@kookma kookma commented on 84eaee8 Apr 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Jermolene It works now!

Please sign in to comment.