Procházet zdrojové kódy

#640 Resolved requests shown in both lists (opened and resolved)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2508 a333f486-631f-4898-b8df-5754b55c2be0
romainq před 12 roky
rodič
revize
70fbacbcdb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      portal/index.php

+ 1 - 1
portal/index.php

@@ -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)