Openbravo Issue Tracking System - Retail Modules | ||||||||||||
| View Issue Details | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0038384 | Retail Modules | Web POS | public | 2018-04-17 09:01 | 2018-05-04 14:41 | |||||||
| Reporter | jorge-garcia | |||||||||||
| Assigned To | jorge-garcia | |||||||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
| Status | closed | Resolution | fixed | |||||||||
| Platform | OS | 5 | OS Version | |||||||||
| Product Version | ||||||||||||
| Target Version | Fixed in Version | RR18Q3 | ||||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | marvintm | |||||||||||
| OBNetwork customer | No | |||||||||||
| Support ticket | ||||||||||||
| Regression level | ||||||||||||
| Regression date | ||||||||||||
| Regression introduced in release | ||||||||||||
| Regression introduced by commit | ||||||||||||
| Triggers an Emergency Pack | No | |||||||||||
| Summary | 0038384: OB.Dal.queryUsingCache is not working if pass params parameter | |||||||||||
| Description | OB.Dal.queryUsingCache is not working if pass params parameter | |||||||||||
| Steps To Reproduce | Open developers tools from chrome a execute this code: var sql = "select * from m_product where 1 = 1 and m_product_id = ?"; OB.Dal.queryUsingCache(OB.Model.Product, sql, ['934E7D7587EC4C7A9E9FF58F0382D450'], function(result){debugger;}, null, null); In the first execution, result from callback has one product Execute again: OB.Dal.queryUsingCache(OB.Model.Product, sql, ['934E7D7587EC4C7A9E9FF58F0382D450'], function(result){debugger;}, null, null); In the second execution, result from callback is undefined | |||||||||||
| Proposed Solution | ||||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Relationships |
| |||||||||||
| Attached Files | ||||||||||||
| Issue History | ||||||||||||
| Date Modified | Username | Field | Change | |||||||||
| 2018-04-17 09:01 | jorge-garcia | New Issue | ||||||||||
| 2018-04-17 09:01 | jorge-garcia | Assigned To | => jorge-garcia | |||||||||
| 2018-04-17 09:01 | jorge-garcia | OBNetwork customer | => No | |||||||||
| 2018-04-17 09:01 | jorge-garcia | Triggers an Emergency Pack | => No | |||||||||
| 2018-04-17 10:28 | jorge-garcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=17013#r17013 | |||||||||
| 2018-04-17 11:15 | jorge-garcia | Relationship added | related to 0038372 | |||||||||
| 2018-04-17 11:15 | jorge-garcia | Status | new => scheduled | |||||||||
| 2018-04-18 08:34 | hgbot | Checkin | ||||||||||
| 2018-04-18 08:34 | hgbot | Note Added: 0103952 | ||||||||||
| 2018-04-18 08:34 | hgbot | Status | scheduled => resolved | |||||||||
| 2018-04-18 08:34 | hgbot | Resolution | open => fixed | |||||||||
| 2018-04-18 08:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c58ab4a99c008d431603286c16e3cbbfbac0fa33 [^] | |||||||||
| 2018-05-04 14:41 | marvintm | Review Assigned To | => marvintm | |||||||||
| 2018-05-04 14:41 | marvintm | Status | resolved => closed | |||||||||
| 2018-05-04 14:41 | marvintm | Fixed in Version | => RR18Q3 | |||||||||
| Notes | |||||
|
|
|||||
|
|
||||