Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033595 | Retail Modules | Web POS | public | 2016-08-02 11:33 | 2016-08-16 10:02 |
|
Reporter | mtaal | |
Assigned To | Sandrahuguet | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR16Q4 | Fixed in Version | RR16Q4 | |
Merge Request Status | |
Review Assigned To | mtaal |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033595: Duplicate http request when clicking search button in webpos in case of remote data |
Description | In case of setting the remote data preference to Y a separate request is done to load the characteristics in the webpos when clicking the search button.
It shows that the request is done twice. |
Steps To Reproduce | Install webpos
Set remote data preference for products to Y
Login to webpos
Open chrome network console
Click search button |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-08-02 11:33 | mtaal | New Issue | |
2016-08-02 11:33 | mtaal | Assigned To | => Sandrahuguet |
2016-08-02 11:33 | mtaal | OBNetwork customer | => No |
2016-08-02 11:33 | mtaal | Triggers an Emergency Pack | => No |
2016-08-02 11:39 | Sandrahuguet | Tag Attached: Performance | |
2016-08-02 11:59 | shuehner | Issue Monitored: shuehner | |
2016-08-08 09:36 | Sandrahuguet | Status | new => scheduled |
2016-08-09 08:36 | hgbot | Checkin | |
2016-08-09 08:36 | hgbot | Note Added: 0088912 | |
2016-08-09 08:36 | hgbot | Status | scheduled => resolved |
2016-08-09 08:36 | hgbot | Resolution | open => fixed |
2016-08-09 08:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/052f0d3e3b18fae0d726e3bf9dc1cbaaed2b5010 [^] |
2016-08-09 08:37 | Sandrahuguet | Review Assigned To | => migueldejuana |
2016-08-10 09:52 | mtaal | Review Assigned To | migueldejuana => mtaal |
2016-08-11 14:26 | Sandrahuguet | Status | resolved => new |
2016-08-11 14:26 | Sandrahuguet | Resolution | fixed => open |
2016-08-12 09:02 | Sandrahuguet | Note Added: 0089073 | |
2016-08-12 09:03 | hgbot | Checkin | |
2016-08-12 09:03 | hgbot | Note Added: 0089074 | |
2016-08-12 09:03 | hgbot | Status | new => resolved |
2016-08-12 09:03 | hgbot | Resolution | open => fixed |
2016-08-12 09:03 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/052f0d3e3b18fae0d726e3bf9dc1cbaaed2b5010 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3f6695f67e253c71d6601ab1ffb98d49fac30a39 [^] |
2016-08-16 10:02 | mtaal | Note Added: 0089121 | |
2016-08-16 10:02 | mtaal | Note Added: 0089122 | |
2016-08-16 10:02 | mtaal | Status | resolved => closed |
2016-08-16 10:02 | mtaal | Fixed in Version | => RR16Q4 |
Notes |
|
(0088912)
|
hgbot
|
2016-08-09 08:36
|
|
|
|
|
|
|
(0089074)
|
hgbot
|
2016-08-12 09:03
|
|
|
|
(0089121)
|
mtaal
|
2016-08-16 10:02
|
|
- there is 2 calls for characteristics query because is called in clearAction and in loadcategories action
- it was tested and in loadcategories action we can skip the call because clear action is called before loadcategories
- in the first commit I skip in clear action and it is wrong because when you tap on 'X' button (clear search) the characteristic call is not made
- this was repaired in second commit |
|
|
(0089122)
|
mtaal
|
2016-08-16 10:02
|
|
|