1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

allow onclick editing of categories and drag-reordering of feeds and categories

This commit is contained in:
Andrew Dolgov
2010-11-18 13:46:11 +03:00
parent 567810362c
commit 7b8a143f1b
5 changed files with 257 additions and 40 deletions

View File

@@ -4278,7 +4278,8 @@
} */
if ($enable_cats)
$order_by_qpart = "order_id,category,title";
$order_by_qpart = "ttrss_feed_categories.order_id,category,
ttrss_feeds.order_id,title";
else
$order_by_qpart = "title";
@@ -7029,7 +7030,6 @@
$obj['error'] = $error;
$obj['updated'] = $updated;
$obj['icon'] = getFeedIcon($feed_id);
$obj['checkbox'] = false;
$obj['bare_id'] = $feed_id;
return $obj;