fix: [UI] Allow to sort feeds by name

pull/6916/head
Jakub Onderka 2021-01-27 19:16:20 +01:00
parent b86c58c8ae
commit 970a99fb87
1 changed files with 3 additions and 2 deletions

View File

@ -82,7 +82,7 @@
)
),
array(
'name' => __('Id'),
'name' => __('ID'),
'sort' => 'Feed.id',
'class' => 'short',
'data_path' => 'Feed.id',
@ -108,6 +108,7 @@
'name' => __('Name'),
'class' => 'shortish',
'data_path' => 'Feed.name',
'sort' => 'Feed.name',
),
array(
'name' => __('Format'),
@ -309,7 +310,7 @@
echo $this->element('/genericElements/SideMenu/side_menu', array('menuList' => 'feeds', 'menuItem' => 'index'));
?>
<script type="text/javascript">
$(document).ready(function(){
$(function() {
popoverStartup();
$('.select').on('change', function() {
listCheckboxesChecked();