Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032135Retail ModulesWeb POSpublic2016-02-04 18:082016-06-20 19:15
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR16Q3 
guilleaer
No
0032135: Navigating to another terminal URL's, fails
Navigating to another terminal URL's, fails

The problem is that after the preference is activated, tested and deactivated, another terminal can be accessed without required credentials
A) Execute the I32135_FilterOnWebPOSSecurity test

or

B)
- Log into VBS1001
- clear the localStorage (in the chrome console, localStorage.clear())
- Navigate to the PS-1 terminal (copy the url in the browser)
FAILURES:
- Verify that the screenshot attached is shown instead of the login page
- Verify that the terminal shows information related to the VBS1001 terminal

Clearing the localStorage must provoke the terminal to reload all the information from the server
No tags attached.
depends on feature request 0032582 closed jorge-garcia Stabilization: Create an API for the localStorage 
related to defect 0033453 closed migueldejuana I32135_NavigatingFailsToLoadTerminal fails with new changes to valid payments 
png Screenshot_2016-02-04_18-16-32.png (63,718) 2016-02-04 18:27
https://issues.openbravo.com/file_download.php?file_id=9027&type=bug
png
Issue History
2016-02-04 18:08OrekariaNew Issue
2016-02-04 18:08OrekariaAssigned To => Retail
2016-02-04 18:08OrekariaTriggers an Emergency Pack => No
2016-02-04 18:17OrekariaStatusnew => acknowledged
2016-02-04 18:17OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=10946#r10946
2016-02-04 18:26OrekariaSeveritycritical => major
2016-02-04 18:26OrekariaSummarySecurity problem when activating the 'Filter on WebPOS' preference => Navigating to another terminal URL's, fails
2016-02-04 18:26OrekariaDescription Updatedbug_revision_view_page.php?rev_id=10948#r10948
2016-02-04 18:27OrekariaFile Added: Screenshot_2016-02-04_18-16-32.png
2016-02-04 18:32hgbotCheckin
2016-02-04 18:32hgbotNote Added: 0083931
2016-02-04 18:48hgbotCheckin
2016-02-04 18:48hgbotNote Added: 0083932
2016-02-04 18:57OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=10949#r10949
2016-02-04 18:57OrekariaProposed Solution updated
2016-04-04 14:51OrekariaRelationship addeddepends on 0032582
2016-06-12 02:14hgbotCheckin
2016-06-12 02:14hgbotNote Added: 0087181
2016-06-12 02:14hgbotStatusacknowledged => resolved
2016-06-12 02:14hgbotResolutionopen => fixed
2016-06-12 02:14hgbotFixed in SCM revision => http://code.openbravo.com/tools/automation/pi-mobile/rev/8b04699d3442b1ecf02fc137e654ef8cb63381e0 [^]
2016-06-15 19:10marvintmAssigned ToRetail => Orekaria
2016-06-20 19:15guilleaerReview Assigned To => guilleaer
2016-06-20 19:15guilleaerStatusresolved => closed
2016-06-20 19:15guilleaerFixed in Version => RR16Q3
2016-07-08 09:24migueldejuanaRelationship addedrelated to 0033453

Notes
(0083931)
hgbot   
2016-02-04 18:32   
Repository: tools/automation/pi-mobile
Changeset: 5c91e323774eb53288f7e571204e0b54472d09ec
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Feb 04 18:31:45 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5c91e323774eb53288f7e571204e0b54472d09ec [^]

Verifies issue 32135: Added automated test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsFilterOnWebPOS.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32135_NavigatingFailsToLoadTerminal.java
---
(0083932)
hgbot   
2016-02-04 18:48   
Repository: tools/automation/pi-mobile
Changeset: 555e1dc92514e996d33e5167e87cc6225b01710b
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Feb 04 18:48:07 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/555e1dc92514e996d33e5167e87cc6225b01710b [^]

Verifies issue 32135: Simplified 'I32135_NavigatingFailsToLoadTerminal'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32135_NavigatingFailsToLoadTerminal.java
---
(0087181)
hgbot   
2016-06-12 02:14   
Repository: tools/automation/pi-mobile
Changeset: 8b04699d3442b1ecf02fc137e654ef8cb63381e0
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sun Jun 12 00:59:13 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8b04699d3442b1ecf02fc137e654ef8cb63381e0 [^]

Fixes issue 32135: UPDATE updates the 'created' field to now()

Fixed logic error in the check for recordsAffected

---
M src-test/org/openbravo/test/mobile/common/selenium/database/DatabaseHelperInsertUpdateOrDelete.java
---