Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043889Retail ModulesWeb POSpublic2020-02-28 12:522020-05-07 09:26
inaki_garcia 
prakashmurugesan88 
immediatetrivialhave not tried
closedfixed 
5
main 
RR20Q1.2RR20Q1.2 
marvintm
Packaging and release
No
0043889: [20Q1] [NewSkin] [UX] Incorrect text placement of error message when inputting a weak password in "Password Change" popup
The error text that appears at the lower part of the popup when inputting a weak password in the "Password Change" popup has an incorrect text placement. The text should be placed under the popup description, and aligned to the left.
-- In the Backend

0. Log in the ERP as "Openbravo" user with the "The White Valley Group Admin" role
1. Go to the User window
2. Select the "vallblanca" user, check the "Expired Password" checkbox, and save the record

-- In the Frontend

0. Try to log in with the "vallblanca" user. The "Password Change" popup will appear
1. Input the same one character long password in the two input fields
NOTICE that the corresponding error message appears, but is incorrectly placed
No tags attached.
blocks defect 0043372 closed prakashmurugesan88 [20Q1] [NewSkin] [UX] Incorrect text placement of error message when inputting a weak password in "Password Change" popup 
Issue History
2020-04-28 16:38prakashmurugesan88Typedefect => backport
2020-04-28 16:38prakashmurugesan88Target Version => RR20Q1.2
2020-05-06 07:50hgbotCheckin
2020-05-06 07:50hgbotNote Added: 0119599
2020-05-06 07:51hgbotCheckin
2020-05-06 07:51hgbotNote Added: 0119600
2020-05-06 07:51hgbotStatusscheduled => resolved
2020-05-06 07:51hgbotResolutionopen => fixed
2020-05-06 07:51hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/82c7ba9e19fb8e02b6702e18396b3250f4aba3a1 [^] => http://code.openbravo.com/retail/backports/3.0RR20Q1.2/org.openbravo.mobile.core/rev/4c31204ad1ae725b488518168610eb2d6e2e5c4d [^]
2020-05-06 07:51hgbotCheckin
2020-05-06 07:51hgbotNote Added: 0119601
2020-05-07 09:24marvintmReview Assigned Tomigueldejuana => marvintm
2020-05-07 09:24marvintmStatusresolved => closed
2020-05-07 09:24marvintmFixed in Version => RR20Q2
2020-05-07 09:26marvintmFixed in VersionRR20Q2 => RR20Q1.2

Notes
(0119599)
hgbot   
2020-05-06 07:50   
Repository: erp/backports/3.0PR20Q1.2
Changeset: e8ea8f2d857bb6116d2b7dfab6f8e08df9e7dadc
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed May 06 11:09:57 2020 +0530
URL: http://code.openbravo.com/erp/backports/3.0PR20Q1.2/rev/e8ea8f2d857bb6116d2b7dfab6f8e08df9e7dadc [^]

Related to BUG-43889: Interchanged title and error message of SameAsoldPasswordError

---
M src/org/openbravo/base/secureApp/LoginHandler.java
---
(0119600)
hgbot   
2020-05-06 07:51   
Repository: retail/backports/3.0RR20Q1.2/org.openbravo.mobile.core
Changeset: 4c31204ad1ae725b488518168610eb2d6e2e5c4d
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed May 06 11:08:38 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q1.2/org.openbravo.mobile.core/rev/4c31204ad1ae725b488518168610eb2d6e2e5c4d [^]

Fixed BUG-43889: Fixed following in Password Expiry
* Moved error message from footer to below header
* Displayed only error, removed error title

---
M web/org.openbravo.mobile.core/assets/css/obmobc-main.css
M web/org.openbravo.mobile.core/source/component/dialog/ob-expirationpassword.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0119601)
hgbot   
2020-05-06 07:51   
Repository: retail/backports/3.0RR20Q1.2/pi-mobile
Changeset: 320bc95eeadcf1ec64639a02d9cbc6fcfbd94794
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed May 06 11:10:45 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q1.2/pi-mobile/rev/320bc95eeadcf1ec64639a02d9cbc6fcfbd94794 [^]

Related to BUG-43889: Changed error display in password expiry

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/forgotpassword/FP030_70_ForgotPasswordButton.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/selenium/TestIdCore.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/ChangeExpiredPassword.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31796_ChangePassword.java
---