From b6fa4b0e9dd290c61b5726a7f9490d30eb9cb712 Mon Sep 17 00:00:00 2001 From: MichaelDaum Date: Fri, 1 Jul 2022 10:53:30 +0200 Subject: [PATCH] Item15153: report versions instead of release --- core/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm b/core/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm index 24cf48c471..4a4bd38b7e 100644 --- a/core/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm +++ b/core/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm @@ -27,8 +27,8 @@ use Foswiki::Func (); # Ordered list of field names to column headings my %tableHeads = ( - Installed => [ 'description', 'release', 'installedRelease' ], - Uninstalled => [ 'description', 'release' ] + Installed => [ 'description', 'version', 'installedVersion' ], + Uninstalled => [ 'description', 'version' ] ); # Mapping to column heading string