Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033126 | Openbravo ERP | A. Platform | public | 2016-06-02 21:05 | 2017-11-30 10:09 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
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.0PR16Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
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 | 0033126: Avoid select to ad_role during creation of c_import_entry |
Description | The code to create a new import entry does read from ad_role via OBDal.getInstance().get just to pass the reference on to a BOB.
That causes a sql select to ad_role via ad_role_id which can be avoided by using DAL proxy.
|
Steps To Reproduce | Check ImportEntryManager.createImportEntry function, the setRole call.
|
Proposed Solution | Replace reading Role by proxy usage |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0033129 | | closed | alostale | unneeded object initialization for DAL insertion |
|
Attached Files | 33126.diff (710) 2016-06-02 21:06 https://issues.openbravo.com/file_download.php?file_id=9478&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2016-06-02 21:05 | shuehner | New Issue | |
2016-06-02 21:05 | shuehner | Assigned To | => platform |
2016-06-02 21:05 | shuehner | OBNetwork customer | => No |
2016-06-02 21:05 | shuehner | Modules | => Core |
2016-06-02 21:05 | shuehner | Triggers an Emergency Pack | => No |
2016-06-02 21:06 | shuehner | File Added: 33126.diff | |
2016-06-02 21:06 | shuehner | Tag Attached: Performance | |
2016-06-03 15:05 | caristu | Relationship added | related to 0033129 |
2016-06-09 15:21 | shuehner | Assigned To | platform => shuehner |
2016-06-09 15:21 | shuehner | Review Assigned To | => marvintm |
2016-06-09 15:35 | hgbot | Checkin | |
2016-06-09 15:35 | hgbot | Note Added: 0087120 | |
2016-06-09 15:35 | hgbot | Status | new => resolved |
2016-06-09 15:35 | hgbot | Resolution | open => fixed |
2016-06-09 15:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/af7f765c5acb0866be95c20196a7a999710ec2d2 [^] |
2016-06-09 15:35 | hgbot | Checkin | |
2016-06-09 15:35 | hgbot | Note Added: 0087121 | |
2016-06-10 09:05 | marvintm | Status | resolved => closed |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087599 | |
2017-11-30 10:09 | shuehner | Fixed in Version | => 3.0PR16Q3 |