Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032142Retail ModulesWeb POSpublic2016-02-05 08:532016-02-16 13:10
daniOpenbravo 
migueldejuana 
urgentmajorhave not tried
closedfixed 
3014.04
 
RR16Q2 
mtaal
No
0032142: [HGVOL] Lock screen does not work using multiserver.
Lock screen does not work in a multiserver environment: all users can see created tickets from the other users.
- Log in Web POS (user:vallblanca).
- Create a ticket adding one line.
- In menu dropdown, select the option: "Online".
- In the pop-up click on "Lock screen" option.
- Log in again with another user.
- Check that this second user can see the ticket created previously from the first user and should not.
No tags attached.
Issue History
2016-02-05 08:53daniOpenbravoNew Issue
2016-02-05 08:53daniOpenbravoAssigned To => migueldejuana
2016-02-05 08:53daniOpenbravoTriggers an Emergency Pack => No
2016-02-05 08:53daniOpenbravoIssue Monitored: daniOpenbravo
2016-02-09 08:51hgbotCheckin
2016-02-09 08:51hgbotNote Added: 0084028
2016-02-09 08:51hgbotStatusnew => resolved
2016-02-09 08:51hgbotResolutionopen => fixed
2016-02-09 08:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cecf7ef433e6d0355f0353bfa0dff7a23da700a2 [^]
2016-02-09 09:13migueldejuanaReview Assigned To => mtaal
2016-02-12 13:21marvintmSeveritycritical => major
2016-02-16 13:10mtaalNote Added: 0084246
2016-02-16 13:10mtaalStatusresolved => closed
2016-02-16 13:10mtaalFixed in Version => RR16Q2

Notes
(0084028)
hgbot   
2016-02-09 08:51   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: cecf7ef433e6d0355f0353bfa0dff7a23da700a2
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Feb 08 16:07:19 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cecf7ef433e6d0355f0353bfa0dff7a23da700a2 [^]

Fixed issue 0032142: [HGVOL] Lock screen does not work using multiserver.

- If we have configured to use toke authentication:

test.environment=true
authentication.test.key=uMbsk0ZYPS43uUY6D1KU3A==
mobile.server.key=storeServer
authentication.class=org.openbravo.mobile.core.authenticate.MobileKeyAuthenticationManager

We get this error. When locking the session, we don't clean the token and every time we login, we use the same token and we log as same user.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0084246)
mtaal   
2016-02-16 13:10   
Reviewed and tested