浏览代码

N°565: Portal user and Portal power user scopes alignment in "Closed tickets" brick.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4568 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 8 年之前
父节点
当前提交
fbf1712c57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml

+ 1 - 1
datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml

@@ -1182,7 +1182,7 @@
 					<decoration_class>
 						<default>fc fc-closed-request fc-2x</default>
 					</decoration_class>
-					<oql><![CDATA[SELECT Ticket WHERE org_id = :current_contact->org_id AND caller_id = :current_contact_id AND operational_status = 'closed']]></oql>
+					<oql><![CDATA[SELECT Ticket WHERE operational_status = 'closed']]></oql>
 					<!-- Can be either a class tag with the class name or an oql tag with the query -->
 					<!-- <class>Ticket</class> -->
 					<fields>