From f184e348382368d21d596b7974ee2b3abb874b26 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 15 Mar 2023 18:07:30 +0200 Subject: [PATCH] extensions sortable by name --- application/Espo/Resources/layouts/Extension/list.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/layouts/Extension/list.json b/application/Espo/Resources/layouts/Extension/list.json index 297af7a9ee..2fd80173d9 100644 --- a/application/Espo/Resources/layouts/Extension/list.json +++ b/application/Espo/Resources/layouts/Extension/list.json @@ -1,5 +1,9 @@ [ - {"name":"name","width": 35,"notSortable": true}, + { + "name":"name", + "width": 35, + "notSortable": false + }, {"name":"version","notSortable": true, "width": 12}, {"name":"description","notSortable": true}, {"name":"isInstalled","notSortable": true, "width": 8}