Skip to content

Commit

Permalink
Item15153: report versions instead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jul 1, 2022
1 parent 894282d commit b9d408c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Configure/Wizards/ExploreExtensions.pm
Expand Up @@ -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
Expand Down

0 comments on commit b9d408c

Please sign in to comment.