From 84eaee8210c806afe400c66566ac68982b288d16 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 14 Apr 2020 11:52:01 +0100 Subject: [PATCH] Control Panel Plugin Listing: Fallback to last component of title if name field is missing --- core/ui/Components/plugin-info.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/Components/plugin-info.tid b/core/ui/Components/plugin-info.tid index c3e03f9b0..8c51404e3 100644 --- a/core/ui/Components/plugin-info.tid +++ b/core/ui/Components/plugin-info.tid @@ -38,7 +38,7 @@ $:/config/Plugins/Disabled/$(currentTiddler)$

-''<$view field="name"/>'': <$view field="description"><$view field="title"/> $disabledMessage$ +''<$text text={{{ [get[name]] ~[split[/]last[1]] }}}/>'': <$view field="description"><$view field="title"/> $disabledMessage$

<$view field="title"/>