mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +00:00
update_rss_feed: add log message if article is filtered out
combine filters: fix crash on missing global function
This commit is contained in:
@@ -923,6 +923,7 @@ class RSSUtils {
|
||||
$entry_ref_id = $ref_id;
|
||||
|
||||
if (RSSUtils::find_article_filter($article_filters, "filter")) {
|
||||
Debug::log("article is filtered out, nothing to do.");
|
||||
$pdo->commit();
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
|
||||
});
|
||||
},
|
||||
joinSelectedFilters: function() {
|
||||
const rows = getSelectedFilters();
|
||||
const rows = this.getSelectedFilters();
|
||||
|
||||
if (rows.length == 0) {
|
||||
alert(__("No filters selected."));
|
||||
|
||||
Reference in New Issue
Block a user