Skip to content

6.11.0

Choose a tag to compare

@binaryk binaryk released this 19 May 08:14
· 6 commits to 6.x since this release

Added

  • setTitle for filters so the FE could display them
public static function matches(): array
{
    return [
        'invoice_id' => MatchFilter::make()
            ->setType('array')
            ->setTitle('Job Number')
            ->setRelatedRepositoryKey(InvoiceRepository::uriKey()),
    ];
}