mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
#640 Resolved requests shown in both lists (opened and resolved)
SVN:trunk[2508]
This commit is contained in:
@@ -402,7 +402,7 @@ function ListOpenRequests(WebPage $oP)
|
||||
{
|
||||
$oUserOrg = GetUserOrg();
|
||||
|
||||
$sOQL = 'SELECT UserRequest WHERE org_id = :org_id AND status NOT IN ("closed")';
|
||||
$sOQL = 'SELECT UserRequest WHERE org_id = :org_id AND status NOT IN ("closed", "resolved")';
|
||||
$oSearch = DBObjectSearch::FromOQL($sOQL);
|
||||
$iUser = UserRights::GetContactId();
|
||||
if ($iUser > 0)
|
||||
|
||||
Reference in New Issue
Block a user