Skip to content

Commit

Permalink
feat: Allow searching for all messages (dvsa/olcs-internal#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadedvsa authored Mar 13, 2024
1 parent b658774 commit 9b67afa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function indexAction()
if (
empty($filters['assignedToTeam'])
&& empty($filters['category'])
&& (int)$filters['messaging'] !== 1
) {
$table = $this->getTable('tasks-no-create', []);
$table->setEmptyMessage('tasks.search.error.filter.needed');
Expand Down

0 comments on commit 9b67afa

Please sign in to comment.