From b9d408c2c63f1d9ed1b3dd9194d6f291300e4441 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 bdab1c2cfe..5029b96269 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