store search in session (#2735)
* allow to detect used query filters * allow to set label in action buttons * allow to reset last search from session * migrate invoice archive to new search system * display number of used search filters
This commit is contained in:
@@ -20,6 +20,16 @@ class ExportQuery extends TimesheetQuery
|
||||
*/
|
||||
private $markAsExported = false;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->setDefaults([
|
||||
'order' => ExportQuery::ORDER_ASC,
|
||||
'state' => ExportQuery::STATE_STOPPED,
|
||||
'exported' => ExportQuery::STATE_NOT_EXPORTED,
|
||||
]);
|
||||
}
|
||||
|
||||
public function getRenderer(): ?string
|
||||
{
|
||||
return $this->renderer;
|
||||
|
||||
Reference in New Issue
Block a user