Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0041254 | Openbravo ERP | 08. Project and service management | public | 2019-07-03 16:52 | 2019-07-17 11:28 |
|
| Reporter | shuehner | |
| Assigned To | Triage Omni OMS | |
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | 3.0PR19Q3 | Fixed in Version | 3.0PR19Q3 | |
| Merge Request Status | |
| Review Assigned To | dmiguelez |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0041254: ReportProjectProfitabilityJR.noConversionToHours is not using bind-params |
| Description | This code is not using bind-params:
if (StringUtils.isNotEmpty(strOrg)) {
hsqlScript.append(" and p." + Project.PROPERTY_ORGANIZATION + ".id in (" + strOrg + ")");
}
When fixing please apply new HQL-style to every HQL in this file. |
| Steps To Reproduce | - |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | blocks | defect | 0041253 | 3.0PR19Q4 | closed | AtulOpenbravo | ReportProjectProfitabilityJR.noConversionToHours is not using bind-params |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2019-07-03 16:53 | shuehner | Type | defect => backport |
| 2019-07-03 16:53 | shuehner | Target Version | => 3.0PR19Q3 |
| 2019-07-17 11:26 | hgbot | Checkin | |
| 2019-07-17 11:26 | hgbot | Note Added: 0113472 | |
| 2019-07-17 11:26 | hgbot | Status | scheduled => resolved |
| 2019-07-17 11:26 | hgbot | Resolution | open => fixed |
| 2019-07-17 11:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR19Q3/rev/eb79d76b3f7dba6b593397532aaf3ca976ec034d [^] |
| 2019-07-17 11:28 | dmiguelez | Review Assigned To | => dmiguelez |
| 2019-07-17 11:28 | dmiguelez | Note Added: 0113476 | |
| 2019-07-17 11:28 | dmiguelez | Status | resolved => closed |
| 2019-07-17 11:28 | dmiguelez | Fixed in Version | => 3.0PR19Q3 |