Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040522 | Openbravo ERP | 09. Financial management | public | 2019-04-04 13:27 | 2019-05-21 15:16 |
|
Reporter | alostale | |
Assigned To | nonofrancisco | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q3 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0040522: use bind-parameters in FIN_BankStatementImport |
Description | FIN_BankStatementImport.matchBusinessPartnerByNameTokens method is generating a sql setting parameters by String concatenation, replace tokens by bind parameters.
|
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0040681 | 3.0PR19Q2 | closed | nonofrancisco | use bind-parameters in FIN_BankStatementImport | depends on | backport | 0040682 | 3.0PR19Q1.1 | closed | nonofrancisco | use bind-parameters in FIN_BankStatementImport | depends on | backport | 0040683 | 3.0PR18Q4.4 | closed | nonofrancisco | use bind-parameters in FIN_BankStatementImport | related to | defect | 0040628 | | closed | nonofrancisco | Match the business partner by tokens does not work in an import bank statement process | blocks | design defect | 0038136 | | acknowledged | Triage Platform Base | Tracking issue: Find & Fix queries not using bind-params but embedding values into query string |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-04-04 13:27 | alostale | New Issue | |
2019-04-04 13:27 | alostale | Assigned To | => Triage Finance |
2019-04-04 13:27 | alostale | Modules | => Core |
2019-04-04 13:27 | alostale | Triggers an Emergency Pack | => No |
2019-04-04 13:27 | alostale | Relationship added | blocks 0038136 |
2019-04-04 13:38 | alostale | Relationship added | depends on 0040523 |
2019-04-05 10:09 | vmromanos | Status | new => scheduled |
2019-04-05 10:09 | vmromanos | Assigned To | Triage Finance => nonofrancisco |
2019-04-05 10:19 | vmromanos | Note Added: 0110994 | |
2019-04-05 10:19 | vmromanos | Note Edited: 0110994 | bug_revision_view_page.php?bugnote_id=0110994#r18595 |
2019-04-09 20:57 | shuehner | Relationship deleted | depends on 0040523 |
2019-04-25 12:25 | Sandrahuguet | Relationship added | related to 0040628 |
2019-04-25 13:18 | hgbot | Checkin | |
2019-04-25 13:18 | hgbot | Note Added: 0111314 | |
2019-04-25 13:18 | hgbot | Status | scheduled => resolved |
2019-04-25 13:18 | hgbot | Resolution | open => fixed |
2019-04-25 13:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a5d02171e10c523cfac9da2c54e6fb29ee292514 [^] |
2019-04-25 13:18 | hgbot | Checkin | |
2019-04-25 13:18 | hgbot | Note Added: 0111315 | |
2019-04-25 13:19 | Sandrahuguet | Status | resolved => new |
2019-04-25 13:19 | Sandrahuguet | Resolution | fixed => open |
2019-04-25 13:20 | Sandrahuguet | Status | new => scheduled |
2019-04-25 13:20 | Sandrahuguet | Status | scheduled => resolved |
2019-04-25 13:20 | Sandrahuguet | Resolution | open => fixed |
2019-04-25 16:58 | hgbot | Checkin | |
2019-04-25 16:58 | hgbot | Note Added: 0111327 | |
2019-04-25 16:58 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/a5d02171e10c523cfac9da2c54e6fb29ee292514 [^] => http://code.openbravo.com/erp/backports/3.0PR18Q4.4/rev/cad0e7a1e66397273227a5757b4c854c7f4f1a56 [^] |
2019-04-25 16:58 | hgbot | Checkin | |
2019-04-25 16:58 | hgbot | Note Added: 0111328 | |
2019-04-25 17:00 | Sandrahuguet | Note Deleted: 0111327 | |
2019-04-25 17:00 | Sandrahuguet | Note Deleted: 0111328 | |
2019-04-25 17:01 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-04-25 17:01 | Sandrahuguet | Note Added: 0111332 | |
2019-04-25 17:01 | Sandrahuguet | Status | resolved => closed |
2019-04-25 17:01 | Sandrahuguet | Fixed in Version | => 3.0PR19Q3 |
2019-05-21 15:16 | hudsonbot | Checkin | |
2019-05-21 15:16 | hudsonbot | Note Added: 0111997 | |
2019-05-21 15:16 | hudsonbot | Checkin | |
2019-05-21 15:16 | hudsonbot | Note Added: 0111998 | |
Notes |
|
|
Backport to previous releases
|
|
|
(0111314)
|
hgbot
|
2019-04-25 13:18
|
|
Repository: erp/devel/pi
Changeset: a5d02171e10c523cfac9da2c54e6fb29ee292514
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Apr 25 12:39:23 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a5d02171e10c523cfac9da2c54e6fb29ee292514 [^]
Fixes issue 40522: Prevents use of string concatenation in query
Query to get business partners was formed using string concatenation.
This fix replaces the string concatenation by bind parameters in query.
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java
---
|
|
|
(0111315)
|
hgbot
|
2019-04-25 13:18
|
|
Repository: erp/devel/pi
Changeset: cfc6ddc67eb0b04be2737bdc22cce8c9b314d4c6
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Apr 25 13:12:34 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/cfc6ddc67eb0b04be2737bdc22cce8c9b314d4c6 [^]
related to issue 40522 code review changes
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java
---
|
|
|
|
|
|
|
|
|
|
|