Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||
| View Issue Details | |||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
| 0031464 | Retail Modules | Web POS | public | 2015-10-26 14:53 | 2015-11-13 16:30 | ||||||||||||||
| Reporter | mtaal | ||||||||||||||||||
| Assigned To | migueldejuana | ||||||||||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||||||||||||
| Status | closed | Resolution | fixed | ||||||||||||||||
| Platform | OS | 5 | OS Version | ||||||||||||||||
| Product Version | |||||||||||||||||||
| Target Version | RR15Q4 | Fixed in Version | RR15Q4 | ||||||||||||||||
| 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 | 0031464: Address popup does an additional request when selecting an address | ||||||||||||||||||
| Description | When selecting an address (click on it) the address popup does an extra request when hiding the popup. See this part of the code in the components/bplocation.js clearAction: function () { this.$.bpsLocationSearchfilterText.setValue(''); this.doSearchAction({ locName: this.$.bpsLocationSearchfilterText.getValue() }); return true; }, which is called from here: executeOnHide: function () { this.$.body.$.listBpsLoc.$.bpsloclistitemprinter.$.theader.$.modalBpLocScrollableHeader.clearAction(); }, Probably it is nicer/better to clear the search results in a different way instead of doing an extra request | ||||||||||||||||||
| Steps To Reproduce | - Login into webpos - click on address button in the ticket - search for addresses - click on one - see that an additional request is done | ||||||||||||||||||
| Proposed Solution | Prevent the extra request and clear the result table directly | ||||||||||||||||||
| Additional Information | |||||||||||||||||||
| Tags | No tags attached. | ||||||||||||||||||
| Relationships |
| ||||||||||||||||||
| Attached Files | |||||||||||||||||||
| Issue History | |||||||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||||||
| 2015-11-13 11:41 | Orekaria | Type | defect => backport | ||||||||||||||||
| 2015-11-13 11:41 | Orekaria | Target Version | RR16Q1 => RR15Q4 | ||||||||||||||||
| 2015-11-13 11:43 | hgbot | Checkin | |||||||||||||||||
| 2015-11-13 11:43 | hgbot | Note Added: 0081817 | |||||||||||||||||
| 2015-11-13 11:43 | hgbot | Status | scheduled => resolved | ||||||||||||||||
| 2015-11-13 11:43 | hgbot | Resolution | open => fixed | ||||||||||||||||
| 2015-11-13 11:43 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b40a1c825f77a453c373a1e16552abbd2f12fac1 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/e22a89d214b0d96ed412ef205c88787f04feaa02 [^] | ||||||||||||||||
| 2015-11-13 11:43 | hgbot | Checkin | |||||||||||||||||
| 2015-11-13 11:43 | hgbot | Note Added: 0081818 | |||||||||||||||||
| 2015-11-13 11:43 | hgbot | Fixed in SCM revision | http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/e22a89d214b0d96ed412ef205c88787f04feaa02 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/2ed55cd7801ea00c73fcbab6fcd4cf19fc85d2e2 [^] | ||||||||||||||||
| 2015-11-13 16:30 | marvintm | Review Assigned To | mtaal => marvintm | ||||||||||||||||
| 2015-11-13 16:30 | marvintm | Status | resolved => closed | ||||||||||||||||
| 2015-11-13 16:30 | marvintm | Fixed in Version | => RR15Q4 | ||||||||||||||||
| 2015-11-16 16:43 | lorenzofidalgo | Relationship added | causes 0031508 | ||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||