Skip to content
Snippets Groups Projects
Unverified Commit 41003fd5 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4528 from aydreeihn/issue/user-all-tickets

View All Tickets for User
parents 86a332fb ddb5a070
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ if (!$ticket) {
&& $_GET['a'] !== 'open'
) {
$criteria = [
['user__name', 'equal', $user->name],
['user__emails__address', 'equal', $user->getDefaultEmailAddress()],
['user_id', 'equal', $user->id],
];
if ($S = $_GET['status'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment