Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0028392 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Retail Modules] Web POS | minor | have not tried | 2014-12-11 18:22 | 2014-12-15 09:53 | |||||||
Reporter | aaroncalero | View Status | public | |||||||||
Assigned To | marvintm | |||||||||||
Priority | low | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0028392: Function setUserModelOnline is being called from the login page if the terminal changes | |||||||||||
Description | If a user logs in in a terminal and then, from the same browser window, switches to a different terminal (which should only be done while testing), setUserModelOnline is called from the login page while the local database is being reset, and websql error are thrown because setUserModelOnline is trying to access tables that have been removed. | |||||||||||
Steps To Reproduce | Go to https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] Log in with demouser/openbravo credentials Within the same browser tab, go to https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=PS-1 [^] Check the browser console for errors. The following errors can be found: OB.Dal.save: table 'ad_user'; {"message":"could not prepare statement (1 no such table: ad_user)","code":5}; https://livebuilds.openbravo.com/retail_pi_pgsql/web/js/gen/5c817c98625702390196d21bb92b6106_WebPOS.js:1893:13 [^] 5c817c98625702390196d21bb92b6106_WebPOS.js:3219 loadingErrorsActions: 'setUserModelOnline II' failed while loading the application. line: https://livebuilds.openbravo.com/retail_pi_pgsql/web/js/gen/5c817c98625702390196d21bb92b6106_WebPOS.js:4196:36 [^] 5c817c98625702390196d21bb92b6106_WebPOS.js:1294 OB.Dal.get: table 'ad_session'; {"message":"could not prepare statement (1 no such table: ad_session)","code":5}; https://livebuilds.openbravo.com/retail_pi_pgsql/web/js/gen/5c817c98625702390196d21bb92b6106_WebPOS.js:2012:11 [^] 5c817c98625702390196d21bb92b6106_WebPOS.js:7107 closeSession; {}; line: https://livebuilds.openbravo.com/retail_pi_pgsql/web/js/gen/5c817c98625702390196d21bb92b6106_WebPOS.js:4008:10 [^] (*,+) | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2014-12-11 18:22 | aaroncalero | New Issue | |
2014-12-11 18:22 | aaroncalero | Assigned To | => marvintm |
2014-12-11 18:22 | aaroncalero | Triggers an Emergency Pack | => No |
2014-12-15 09:53 | aaroncalero | Type | defect => design defect |
Copyright © 2000 - 2009 MantisBT Group |