Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044329Retail ModulesWeb POSpublic2020-06-10 09:292020-06-26 15:23
dianagonzalez 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR20Q3 
marvintm
No
0044329: Duplicated request while searching using search selector for remote searches
Business partner and order loader searches send the same request twice when "enter" key is pressed instead of using search button.
*These two searches have been tested but it might be occurring on other searches as well.
1.- Log in Openbravo Web POS (tested on 20Q1 and 20Q2).
2.- Open browser developer tools to check which requests are made (Network section).

--- Business partner search ---
3.1.- Select "Customer" button on the top left corner of the order loader.
3.2.- On the search bar, type any customer name and press "enter" key. Then two requests will be shown on developer tools.

--- Orderloader search ---
4.1.- On the menu, navigate to "Open Receipt".
4.2.- On the search bar, type any document number and press "enter" key. Again, two requests will be shown on developer tools.
Performance
Issue History
2020-06-10 09:29dianagonzalezNew Issue
2020-06-10 09:29dianagonzalezAssigned To => Retail
2020-06-10 09:29dianagonzalezRegression date => 2020-06-24
2020-06-10 09:29dianagonzalezRegression introduced in release => RR20Q1
2020-06-10 09:29dianagonzalezTriggers an Emergency Pack => No
2020-06-10 09:44dianagonzalezResolution time => 1592949600
2020-06-10 09:44dianagonzalezRegression date2020-06-24 =>
2020-06-10 09:44dianagonzalezSummaryDuplicated request while searching => Duplicated request while searching using search selector for remote searches
2020-06-10 09:49dianagonzalezTag Attached: Performance
2020-06-10 16:56guillermogilRegression introduced in releaseRR20Q1 =>
2020-06-10 16:56guillermogilSeverityminor => major
2020-06-18 12:12ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-06-24 07:04ranjith_qualiantech_comStatusnew => scheduled
2020-06-26 14:56hgbotCheckin
2020-06-26 14:57hgbotNote Added: 0121132
2020-06-26 14:57hgbotStatusscheduled => resolved
2020-06-26 14:57hgbotResolutionopen => fixed
2020-06-26 14:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bb1ed416c1f19f71bc51a201de0315d0a18c40c1 [^]
2020-06-26 15:23marvintmReview Assigned To => marvintm
2020-06-26 15:23marvintmStatusresolved => closed
2020-06-26 15:23marvintmFixed in Version => RR20Q3

Notes
(0121132)
hgbot   
2020-06-26 14:56   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bb1ed416c1f19f71bc51a201de0315d0a18c40c1
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jun 26 18:26:30 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bb1ed416c1f19f71bc51a201de0315d0a18c40c1 [^]

Fixed issue-44329 : Added timeout for SearchAction in ModalFilterSelector

* SearchAction triggered from InputKeyup Event and Popup defaultActionButton(if set)
  To prevent the 2nd searchCall added, setTimeout to block the action

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js
---