Skip to content

Commit 5a46297

Browse files
committed
feat(issue): allow search on techs, not only myself as tech
1 parent f6507c4 commit 5a46297

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inc/issue.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,6 @@ public function rawSearchOptions() {
693693
]
694694
]
695695
];
696-
if (!Session::isCron() // no filter for cron
697-
&& Session::getCurrentInterface() == 'helpdesk') {
698-
$newtab['right'] = 'id';
699-
}
700696
$tab[] = $newtab;
701697

702698
if (!Session::isCron() // no filter for cron

0 commit comments

Comments
 (0)