mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
set search for categories ot '*' if parameter is_tagged is set
This commit is contained in:
parent
697602c67d
commit
9f0df3cabe
|
@ -477,6 +477,8 @@ class SeedDMS_ExtPaperless_RestAPI_Controller { /* {{{ */
|
|||
$categorynames[] = $cat->getName();
|
||||
}
|
||||
}
|
||||
} elseif(isset($params['is_tagged']) && $params['is_tagged'] == '1') {
|
||||
$categorynames[] = '*';
|
||||
}
|
||||
|
||||
/* The start and end date for e.g. 2012-12-10 is
|
||||
|
|
Loading…
Reference in New Issue
Block a user