Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037186Retail ModulesWeb POSpublic2017-10-30 12:292017-11-07 06:37
maite 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR18Q1 
migueldejuana
Code review
2017-10-17
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e27d059326bf32decf03adf2664d78fda697fccb [^]
No
0037186: "Save" button blocked in Edit Customer window when pressed after leaving mandatory field empty
In case user tried to Save in Edit Customer window after leaving mandatory field empty "Save" button is blocked although "mandatory field" message is correctly defined
1. Access POS Terminal and click on customer "VBS Customer"
2. Run "Edit" button, clean Name field (which is mandatory) and press "Save"
3. Realize that "Complete the required fields: Name" message is properly raised but button "Save" has been blocked and keeps grey until F5 is performed
No tags attached.
related to defect 0035981pi closed jorge-garcia [SERQA 2847] Buttons for customer and locations are not blocked in synchronized mode. 
related to defect 0037290 closed rqueralta "Save" button blocked in Edit Customer window in case custom hook set args.passValidation=false 
Issue History
2017-10-30 12:29maiteNew Issue
2017-10-30 12:29maiteAssigned To => Retail
2017-10-30 12:29maiteResolution time => 1511132400
2017-10-30 12:29maiteTriggers an Emergency Pack => No
2017-10-30 12:29maiteIssue Monitored: networkb
2017-10-30 12:40PracticsIssue Monitored: Practics
2017-10-31 10:32ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-10-31 10:32ranjith_qualiantech_comStatusnew => scheduled
2017-10-31 11:16ranjith_qualiantech_comRelationship addedrelated to 0035981
2017-11-01 06:26hgbotCheckin
2017-11-01 06:26hgbotNote Added: 0100204
2017-11-01 06:26hgbotStatusscheduled => resolved
2017-11-01 06:26hgbotResolutionopen => fixed
2017-11-01 06:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c0a199e3771d8ce7aa5db240727640614f1d910f [^]
2017-11-03 10:00migueldejuanaRegression level => Code review
2017-11-03 10:00migueldejuanaRegression date => 2017-10-17
2017-11-03 10:00migueldejuanaRegression introduced in release => pi
2017-11-03 10:00migueldejuanaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e27d059326bf32decf03adf2664d78fda697fccb [^]
2017-11-03 10:00migueldejuanaReview Assigned To => migueldejuana
2017-11-03 10:00migueldejuanaNote Added: 0100239
2017-11-03 10:00migueldejuanaStatusresolved => closed
2017-11-03 10:00migueldejuanaFixed in Version => RR18Q1
2017-11-07 06:37hgbotCheckin
2017-11-07 06:37hgbotNote Added: 0100294
2017-11-14 14:13maiteRelationship addedrelated to 0037263
2017-11-14 14:13maiteRelationship deletedrelated to 0037263
2017-11-14 14:13maiteRelationship addedrelated to 0037290

Notes
(0100204)
hgbot   
2017-11-01 06:26   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c0a199e3771d8ce7aa5db240727640614f1d910f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Nov 01 10:56:02 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c0a199e3771d8ce7aa5db240727640614f1d910f [^]

Fixed issue 37186 : Reset Button if validation fails in Customer Save

* If button is disabled due to double clic, it should be enabled when closing and opening the popup

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/editcreatecustomeraddress.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/editcreatecustomerform.js
---
(0100239)
migueldejuana   
2017-11-03 10:00   
Tested and reviewed
(0100294)
hgbot   
2017-11-07 06:37   
Repository: tools/automation/pi-mobile
Changeset: 0fc5511406a7c12970b4a12e52abd949a9d00a2d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Nov 07 11:07:21 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0fc5511406a7c12970b4a12e52abd949a9d00a2d [^]

Verifies issue 37186 : Added automated test 'I37186_VerifyCustomerSave'

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customercreation/I37186_VerifyCustomerSave.java
---