details:   https://code.openbravo.com/erp/devel/pi/rev/3952682173bf
changeset: 33923:3952682173bf
user:      Armaignac <collazoandy4 <at> gmail.com>
date:      Mon May 07 11:27:06 2018 -0400
summary:   Related to issue 38316: Removed unused xsql file.

The OrgTree_data xsql file is not used at all after the OrgTreeData.select 
removal

diffstat:

 src/org/openbravo/base/secureApp/OrgTree_data.xsql |  32 ----------------------
 1 files changed, 0 insertions(+), 32 deletions(-)

diffs (36 lines):

diff -r 2ec0366c9fe2 -r 3952682173bf 
src/org/openbravo/base/secureApp/OrgTree_data.xsql
--- a/src/org/openbravo/base/secureApp/OrgTree_data.xsql        Tue May 08 
08:56:25 2018 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
- *************************************************************************
- * The contents of this file are subject to the Openbravo  Public  License
- * Version  1.1  (the  "License"),  being   the  Mozilla   Public  License
- * Version 1.1  with a permitted attribution clause; you may not  use this
- * file except in compliance with the License. You  may  obtain  a copy of
- * the License at http://www.openbravo.com/legal/license.html 
- * Software distributed under the License  is  distributed  on  an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * License for the specific  language  governing  rights  and  limitations
- * under the License. 
- * The Original Code is Openbravo ERP. 
- * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2008-2010 Openbravo SLU 
- * All Rights Reserved. 
- * Contributor(s):  ______________________________________.
- ************************************************************************
--->
-
-<SqlClass name="OrgTreeData" package="org.openbravo.base.secureApp">
-<SqlMethod name="select" type="preparedStatement" return="multiple">
-    <SqlMethodComment></SqlMethodComment>
-    <Sql>
-      SELECT AD_ORG_ID, AD_CLIENT_ID, AD_ROLE_ID, '' as userlevel
-        FROM AD_ROLE_ORGACCESS
-       WHERE AD_ROLE_ID = ?
-    </Sql>
-    <Parameter name="adRoleId"/>
-  </SqlMethod>
-  
-</SqlClass>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to