Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017176 | Openbravo ERP | A. Platform | public | 2011-05-16 13:34 | 2011-09-02 20:13 |
|
Reporter | shuehner | |
Assigned To | marvintm | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP3 | Fixed in Version | 3.0MP3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | User Interface Application |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017176: MenuData.linkForms uses hql left join which now changed behavior but could just use normal join instead |
Description | The hql-query in that function is affected by the hibernate library update which changes the sql-executed for it
However checking the query the use of left-join is not needed as the join fields are all marked as not-null so behave like a normal join.
Attached patch changes the query do do a normal join to simplify it and make that more obvious. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | 17176.diff (1,175) 2011-05-16 13:35 https://issues.openbravo.com/file_download.php?file_id=4003&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-16 13:34 | shuehner | New Issue | |
2011-05-16 13:34 | shuehner | Assigned To | => shuehner |
2011-05-16 13:34 | shuehner | Modules | => User Interface Application |
2011-05-16 13:34 | shuehner | OBNetwork customer | => No |
2011-05-16 13:35 | shuehner | File Added: 17176.diff | |
2011-05-23 08:08 | alostale | Status | new => scheduled |
2011-06-02 10:53 | dmitry_mezentsev | Target Version | 3.0MP0 => 3.0MP1 |
2011-06-22 19:41 | dmitry_mezentsev | Target Version | 3.0MP1 => 3.0MP3 |
2011-08-30 17:23 | shuehner | Assigned To | shuehner => marvintm |
2011-09-01 16:48 | hgbot | Checkin | |
2011-09-01 16:48 | hgbot | Note Added: 0040684 | |
2011-09-01 16:48 | hgbot | Status | scheduled => resolved |
2011-09-01 16:48 | hgbot | Resolution | open => fixed |
2011-09-01 16:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/aec4c4f24da5f041f2205d3b27ddf530d9d73009 [^] |
2011-09-02 10:14 | mtaal | Note Added: 0040703 | |
2011-09-02 10:14 | mtaal | Status | resolved => closed |
2011-09-02 10:14 | mtaal | Fixed in Version | => 3.0MP3 |
2011-09-02 20:13 | hudsonbot | Checkin | |
2011-09-02 20:13 | hudsonbot | Note Added: 0040733 | |