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:
@@ -24,7 +24,7 @@ class InvoiceQueryTest extends TimesheetQueryTest
|
||||
$this->assertPage($sut);
|
||||
$this->assertPageSize($sut);
|
||||
$this->assertOrderBy($sut, 'begin');
|
||||
$this->assertOrder($sut, InvoiceQuery::ORDER_DESC);
|
||||
$this->assertOrder($sut, InvoiceQuery::ORDER_ASC);
|
||||
|
||||
$this->assertUser($sut);
|
||||
$this->assertCustomer($sut);
|
||||
@@ -35,7 +35,7 @@ class InvoiceQueryTest extends TimesheetQueryTest
|
||||
self::assertFalse($sut->isRunning());
|
||||
self::assertTrue($sut->isStopped());
|
||||
|
||||
$this->assertExported($sut);
|
||||
$this->assertExportedWith($sut, InvoiceQuery::STATE_NOT_EXPORTED);
|
||||
$this->assertMarkAsExported($sut);
|
||||
$this->assertModifiedAfter($sut);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user