Openbravo Issue Tracking System - Modules
View Issue Details
0039606ModulesAdvanced Warehouse Operationspublic2018-11-07 19:172018-11-22 17:37
martinsdan 
guilleaer 
normalmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
 
jorge-garcia
0039606: [AWOFE] There is an error search the Bin To in the front end
When searching for the bin to with an external routing, an error is thrown showing only "Unknown error:"

I've identified the problem, it in when building the query to search the Locator.
In web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/centralbroker.js line 698 there is an error.
This will always concatenate 'true' to the query, making it invalid.

The same problem exists in line 689
- Generate a task that will use an external routing.
- Go to the front end and load that task
- Click on To Bin and search

An error is shown
A proposed solution is attached
No tags attached.
diff searchBin.diff (1,312) 2018-11-07 19:17
https://issues.openbravo.com/file_download.php?file_id=12355&type=bug
Issue History
2018-11-07 19:17martinsdanNew Issue
2018-11-07 19:17martinsdanAssigned To => Triage Finance
2018-11-07 19:17martinsdanFile Added: searchBin.diff
2018-11-07 19:18martinsdanIssue Monitored: martinsdan
2018-11-08 08:24SandrahuguetAssigned ToTriage Finance => guilleaer
2018-11-08 09:00guilleaerSummaryThere is an error search the Bin To in the front end => [AWOFE] There is an error search the Bin To in the front end
2018-11-08 09:51hgbotCheckin
2018-11-08 09:51hgbotNote Added: 0107791
2018-11-08 09:51hgbotStatusnew => resolved
2018-11-08 09:51hgbotResolutionopen => fixed
2018-11-08 09:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8cdcf92ab0bbab753e34e4cc073c610ce51ddd81 [^]
2018-11-08 09:52hgbotCheckin
2018-11-08 09:52hgbotNote Added: 0107792
2018-11-08 09:52hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8cdcf92ab0bbab753e34e4cc073c610ce51ddd81 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/6abce66ece256c57e077e7994429a78b8b4ee1e7 [^]
2018-11-22 17:37jorge-garciaReview Assigned To => jorge-garcia
2018-11-22 17:37jorge-garciaNote Added: 0108061
2018-11-22 17:37jorge-garciaStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0107791)
hgbot   
2018-11-08 09:51   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 8cdcf92ab0bbab753e34e4cc073c610ce51ddd81
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Nov 08 09:50:49 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8cdcf92ab0bbab753e34e4cc073c610ce51ddd81 [^]

Fixed issue 39606: Add parenthesis to avoid wrong interpretation of js code detected in chrome

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/ob-attvalue-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-boxunboxsharedcomponents.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-physicalinventory-renderpipitem.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-render-task.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/centralbroker.js
---
(0107792)
hgbot   
2018-11-08 09:52   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 6abce66ece256c57e077e7994429a78b8b4ee1e7
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Nov 08 09:50:49 2018 +0100
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/6abce66ece256c57e077e7994429a78b8b4ee1e7 [^]

Fixed issue 39606: Add parenthesis to avoid wrong interpretation of js code detected in chrome

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/ob-attvalue-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-boxunboxsharedcomponents.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-physicalinventory-renderpipitem.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-render-task.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/centralbroker.js
---
(0108061)
jorge-garcia   
2018-11-22 17:37   
Code reviewed and tested