Openbravo Issue Tracking System - Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0052837 | Modules | Advanced Warehouse Operations | public | 2023-06-23 01:50 | 2023-06-23 09:42 | |||||||
Reporter | axelmercado | |||||||||||
Assigned To | Triage Omni WMS | |||||||||||
Priority | high | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | duplicate | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
Support ticket | 67167 | |||||||||||
OBNetwork customer | OBPS | |||||||||||
Regression introduced in release | ||||||||||||
Summary | 0052837: Problem with "Blind Count" button and error in "tap" function. | |||||||||||
Description | Reviewing the problem reported by Practics in its client which is in version 21Q4 (See video:https://www.youtube.com/watch?v=-eRC96ZILS4 [^]) and comparing with the updated Livebuilds code, since in the latest version the problem is not reproduced, not because it has been solved, but because there is a bug in the code that allows the workflow to continue. In the asdasdsd.js file in the "tap" function of the "blindCountOption" button in the different versions is as follows: - In 21Q4: tap: function() { this.setChecked(!this.getChecked()); if (this.getChecked()) { this.owner.owner.owner.$.initializeCountOptionFooter.hide(); this.owner.owner.owner.$.blindCountOptionFooter.setValue(false); } else { this.owner.owner.owner.$.initializeCountOptionFooter.show(); } } this.owner.owner.owner.$.blindCountOptionFooter.setValue(false); IN THIS LINE IS THE PROBLEM, AS IT LEAVES THE CHECK ALWAYS FALSE. - In 23Q2: tap: function () { this.setChecked(!this.getChecked()); if (this.getChecked()) { this.owner.owner.owner.$.initializeCountOptionFooter.hide(); this.$.footer.$.countUserSelectorFooter.$.blindCountOptionFooter.setValue(false); } else { this.owner.owner.owner.$.initializeCountOptionFooter.show(); } } this.$.footer.$.countUserSelectorFooter.$.blindCountOptionFooter.setValue(false); AND HERE IS THE OTHER PROBLEM, IN THE LATEST VERSION IT DOES NOT FAIL AS THIS LINE EVERY TIME THE BUTTON IS TAPPED DOES NOT EXIST (See: https://www.awesomescreenshot.com/video/18569271?key=b64bc898a3b7397f24864ffa5be031b5 [^]). | |||||||||||
Steps To Reproduce | - In BO, have the preference "Force Blind Inventory Count" with value "N"-. - Log in to AWO POS. - Open the menu and select the Count function. - Open the browser developer console and verify that every time you hit the "Blind Count" check the error is generated. | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2023-06-23 01:50 | axelmercado | New Issue | ||||||||||
2023-06-23 01:50 | axelmercado | Assigned To | => Triage Omni WMS | |||||||||
2023-06-23 01:50 | axelmercado | Support ticket | => 67167 | |||||||||
2023-06-23 01:50 | axelmercado | OBNetwork customer | => OBPS | |||||||||
2023-06-23 09:42 | mtaal | Relationship added | duplicate of 0052811 | |||||||||
2023-06-23 09:42 | mtaal | Status | new => closed | |||||||||
2023-06-23 09:42 | mtaal | Resolution | open => duplicate |
There are no notes attached to this issue. |