Skip to content

Commit b66bb19

Browse files
committed
Ticket: #fix advanced ticket search to select all type of user since tickets can be assign to all type of user - refs BT#22688
1 parent 340deb6 commit b66bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/ticket/tickets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function display_advanced_search_form () {
180180
}
181181

182182
$admins = UserManager::getUserListLike(
183-
['status' => '1'],
183+
[],
184184
['username'],
185185
true
186186
);

0 commit comments

Comments
 (0)