Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043953Retail ModulesWeb POSpublic2020-02-28 12:522020-05-07 09:26
inaki_garcia 
prakashmurugesan88 
immediatetrivialhave not tried
closedfixed 
5
main 
RR20Q2RR20Q2 
migueldejuana
Packaging and release
No
0043953: [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-05-06 08:02prakashmurugesan88Typedefect => backport
2020-05-06 08:02prakashmurugesan88Target Version => RR20Q2
2020-05-06 08:30hgbotCheckin
2020-05-06 08:30hgbotNote Added: 0119607
2020-05-06 08:30hgbotCheckin
2020-05-06 08:30hgbotNote Added: 0119608
2020-05-06 08:30hgbotStatusscheduled => resolved
2020-05-06 08:30hgbotResolutionopen => fixed
2020-05-06 08:30hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/82c7ba9e19fb8e02b6702e18396b3250f4aba3a1 [^] => http://code.openbravo.com/retail/backports/3.0RR20Q2/org.openbravo.mobile.core/rev/6c1a07d592c538b9ec1a6f681b89020f9fd6c0e6 [^]
2020-05-06 08:31hgbotCheckin
2020-05-06 08:31hgbotNote Added: 0119609
2020-05-07 09:26marvintmStatusresolved => closed
2020-05-07 09:26marvintmFixed in Version => RR20Q2

Notes
(0119607)
hgbot   
2020-05-06 08:30   
Repository: erp/backports/3.0PR20Q2
Changeset: de40aae7a28ca4e8dc69f88706e769941066e6fb
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed May 06 11:37:41 2020 +0530
URL: http://code.openbravo.com/erp/backports/3.0PR20Q2/rev/de40aae7a28ca4e8dc69f88706e769941066e6fb [^]

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

---
M src/org/openbravo/base/secureApp/LoginHandler.java
---
(0119608)
hgbot   
2020-05-06 08:30   
Repository: retail/backports/3.0RR20Q2/org.openbravo.mobile.core
Changeset: 6c1a07d592c538b9ec1a6f681b89020f9fd6c0e6
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed May 06 11:37:06 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q2/org.openbravo.mobile.core/rev/6c1a07d592c538b9ec1a6f681b89020f9fd6c0e6 [^]

Fixed BUG-43953: 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
---
(0119609)
hgbot   
2020-05-06 08:31   
Repository: retail/backports/3.0RR20Q2/pi-mobile
Changeset: 7b9ba7a4b70d682db3da750eb4bd9dad0fe24b88
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed May 06 11:49:04 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q2/pi-mobile/rev/7b9ba7a4b70d682db3da750eb4bd9dad0fe24b88 [^]

Related to BUG-43953: 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
---