Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0048594 | Retail Modules | Web POS | public | 2022-02-15 08:33 | 2022-03-09 09:41 |
Reporter | prakashmurugesan88 | ||||
Assigned To | prakashmurugesan88 | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR22Q2 | |||
Merge Request Status | approved | ||||
Review Assigned To | |||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0048594: Callback is missing in CreateLine function of Order model | ||||
Description | Callback is missing in CreateLine function of Order model https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/blob/master/web/org.openbravo.retail.posterminal/js/model/order.js#L4011 [^] When CreateLine is called with callback parameter, callback function is not called after creating lines. | ||||
Steps To Reproduce | In livebuilds, Open terminal Try to add lines using CreateLine function as below in browser console, OB.Dal.get( OB.Model.Product, '934E7D7587EC4C7A9E9FF58F0382D450', function(product) { OB.MobileApp.model.receipt.createLine( product, 1, null, null, () => { console.error('success'); }, () => { console.error('error'); } ); } ); Notice success callback is not printed | ||||
Proposed Solution | Include missing call for callback | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2022-02-15 08:33 | prakashmurugesan88 | New Issue | |||
2022-02-15 08:33 | prakashmurugesan88 | Assigned To | => prakashmurugesan88 | ||
2022-02-15 08:33 | prakashmurugesan88 | OBNetwork customer | => No | ||
2022-02-15 08:33 | prakashmurugesan88 | Triggers an Emergency Pack | => No | ||
2022-02-15 08:33 | prakashmurugesan88 | Status | new => scheduled | ||
2022-02-15 11:07 | prakashmurugesan88 | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=23670#r23670 | ||
2022-02-15 11:07 | prakashmurugesan88 | Proposed Solution updated | |||
2022-02-16 08:15 | hgbot | Merge Request Status | => open | ||
2022-02-16 08:15 | hgbot | Note Added: 0135035 | |||
2022-02-16 08:22 | hgbot | Merge Request Status | open => approved | ||
2022-02-16 08:22 | hgbot | Resolution | open => fixed | ||
2022-02-16 08:22 | hgbot | Status | scheduled => closed | ||
2022-02-16 08:22 | hgbot | Fixed in Version | => RR22Q2 | ||
2022-02-16 08:22 | hgbot | Note Added: 0135036 | |||
2022-02-16 08:22 | hgbot | Note Added: 0135037 | |||
2022-03-09 07:18 | hgbot | Note Added: 0135568 | |||
2022-03-09 09:41 | marvintm | Note Added: 0135573 | |||
2022-03-09 09:41 | hgbot | Note Added: 0135574 | |||
2022-03-09 09:41 | hgbot | Note Added: 0135575 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|