Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040713Openbravo ERPA. Platformpublic2019-04-09 21:002019-05-02 19:04
shuehner 
alostale 
normalmajorhave not tried
closedfixed 
5
 
3.0PR19Q1.13.0PR19Q1.1 
caristu
Core
No
0040713: HelpWindow.generateWindow is not using bind-variables
This code is not using bind-variable:

      // Grid Configuration at Tab Level
      OBQuery<GCTab> tabGridConfigQuery = OBDal.getInstance()
          .createQuery(GCTab.class, "tab.window.id = '" + localStrKeyId + "'");
-
No tags attached.
blocks defect 0040562 closed alostale HelpWindow.generateWindow is not using bind-variables 
Issue History
2019-04-30 11:52shuehnerTypedefect => backport
2019-04-30 11:52shuehnerTarget Version => 3.0PR19Q1.1
2019-05-02 11:34hgbotCheckin
2019-05-02 11:34hgbotNote Added: 0111425
2019-05-02 11:34hgbotStatusscheduled => resolved
2019-05-02 11:34hgbotResolutionopen => fixed
2019-05-02 11:34hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/650a871f6cd242fe8c742984a533882eafe2ec7f [^] => http://code.openbravo.com/erp/backports/3.0PR19Q1.1/rev/f6572fcebdf7f35e3a496b0dd37737881e5527cc [^]
2019-05-02 19:04caristuNote Added: 0111452
2019-05-02 19:04caristuStatusresolved => closed
2019-05-02 19:04caristuFixed in Version => 3.0PR19Q1.1

Notes
(0111425)
hgbot   
2019-05-02 11:34   
Repository: erp/backports/3.0PR19Q1.1
Changeset: f6572fcebdf7f35e3a496b0dd37737881e5527cc
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Apr 11 08:32:00 2019 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR19Q1.1/rev/f6572fcebdf7f35e3a496b0dd37737881e5527cc [^]

fixed issue 40713: HelpWindow.generateWindow is not using bind-variables

---
M src/org/openbravo/erpCommon/ad_help/HelpWindow.java
---
(0111452)
caristu   
2019-05-02 19:04   
Code reviewed + tested OK.