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}