mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:45:56 +00:00
add has_note with mode
This commit is contained in:
@@ -2270,6 +2270,10 @@
|
||||
$view_query_part = " marked = true AND ";
|
||||
}
|
||||
|
||||
if ($view_mode == "has_note") {
|
||||
$view_query_part = " (note IS NOT NULL AND note != '') AND ";
|
||||
}
|
||||
|
||||
if ($view_mode == "published") {
|
||||
$view_query_part = " published = true AND ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user