Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0028278 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Retail Modules] Web POS | major | sometimes | 2014-11-25 14:08 | 2015-01-21 23:57 | |||
| Reporter | malsasua | View Status | public | |||||
| Assigned To | marvintm | |||||||
| Priority | immediate | Resolution | fixed | Fixed in Version | RR15Q1 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | a2f8315bc9d8 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
| OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | marvintm | |||||||
| OBNetwork customer | No | |||||||
| Support ticket | ||||||||
| Regression level | Production - Confirmed Stable | |||||||
| Regression date | 2014-02-24 | |||||||
| Regression introduced in release | RR14Q2 | |||||||
| Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2a17e08ad3353fe0822c0f012f43d42999b64eb0 [^] | |||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0028278: variable isLoggingIn never is set to false, then, during the login, some messages are not displayed and they should be displayed | |||||||
| Description | Sometimes, when the login is done, the variable isLoggingIn never is set to false The code: this.models.on('ready', function() { if (!OB.MobileApp.model.get('loggedUsingCache')) { initIfInit(); OB.MobileApp.model.set('isLoggingIn', false); this.trigger('ready'); } }, this); is executed before than this code: if (me.get('loggedUsingCache')) { me.set('loggedUsingCache', false); me.renderTerminalMain(); } | |||||||
| Steps To Reproduce | in online: . do login with user "demouser" . create and close a receipt . do logout . do login with user "vallblanca" . do cashup . do logout in offline: . do login with user "vallblanca" . do cashup . do logout in online: . do login with user "demouser" . error is displayed "Current user/role has no access to class org.openbravo.retail.posterminal.ProcessCashClose" is displayed and logout is done automatically It is not possible to do login with this user | |||||||
| Tags | No tags attached. | |||||||
| Attached Files |  error.png [^] (123,225 bytes) 2014-11-25 16:41 | |||||||
|  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] | ||||||||
| 
 | ||||||||
|  Notes | |
| (0071996) hgbot (developer) 2014-11-25 14:09 | Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: a2f8315bc9d86f4017c80c00a6595799ad521502 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Tue Nov 25 14:09:28 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a2f8315bc9d86f4017c80c00a6595799ad521502 [^] fixed issue 28278: variable isLoggingIn is set to false in postLoginActions --- M web/org.openbravo.retail.posterminal/js/login/model/login-model.js --- | 
| (0072178) hgbot (developer) 2014-12-01 11:08 | Repository: erp/pmods/org.openbravo.mobile.warehouse Changeset: af23cb129092142f0d5577a5acb6ed1ebb9d587b Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Mon Dec 01 15:37:25 2014 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/af23cb129092142f0d5577a5acb6ed1ebb9d587b [^] related to issue 28278: Is logginn is set to false in mobile warehouse --- M src-db/database/sourcedata/AD_MENU.xml M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_TAB.xml M src-db/database/sourcedata/AD_TABLE.xml M web/org.openbravo.mobile.warehouse/source/terminal/wh-terminal.js --- | 
| (0073706) hgbot (developer) 2015-01-21 23:56 | Repository: tools/automation/pi-mobile Changeset: 7c56bccee70605667eab67f9ea51cffd53ab836f Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Wed Jan 21 15:47:53 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7c56bccee70605667eab67f9ea51cffd53ab836f [^] Related to issue 28278: The isLoggingIn variable will be checked every log in --- M src-test/org/openbravo/test/mobile/common/selenium/MobileCoreTerminalHelper.java M src-test/org/openbravo/test/mobile/common/selenium/terminals/WebPOSTerminalHelper.java --- | 
| (0073707) hgbot (developer) 2015-01-21 23:57 | Repository: tools/automation/pi-mobile Changeset: c7e9db0804385f13a670e717011e97ea05d54dce Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Wed Jan 21 21:52:17 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c7e9db0804385f13a670e717011e97ea05d54dce [^] Related to issue 28278: The isLoggingIn variable will be checked every log in (II) --- M src-test/org/openbravo/test/mobile/common/selenium/MobileCoreTerminalHelper.java --- | 
|  Issue History | |||
| Date Modified | Username | Field | Change | 
| 2014-11-25 14:08 | malsasua | New Issue | |
| 2014-11-25 14:08 | malsasua | Assigned To | => marvintm | 
| 2014-11-25 14:08 | malsasua | OBNetwork customer | => No | 
| 2014-11-25 14:08 | malsasua | Triggers an Emergency Pack | => No | 
| 2014-11-25 14:09 | hgbot | Checkin | |
| 2014-11-25 14:09 | hgbot | Note Added: 0071996 | |
| 2014-11-25 14:09 | hgbot | Status | new => resolved | 
| 2014-11-25 14:09 | hgbot | Resolution | open => fixed | 
| 2014-11-25 14:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a2f8315bc9d86f4017c80c00a6595799ad521502 [^] | 
| 2014-11-25 16:41 | malsasua | Steps to Reproduce Updated | View Revisions | 
| 2014-11-25 16:41 | malsasua | File Added: error.png | |
| 2014-11-25 16:51 | malsasua | Regression level | => Production - Confirmed Stable | 
| 2014-11-25 16:51 | malsasua | Regression date | => 2014-02-24 | 
| 2014-11-25 16:51 | malsasua | Regression introduced in release | => RR14Q2 | 
| 2014-11-25 16:51 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2a17e08ad3353fe0822c0f012f43d42999b64eb0 [^] | 
| 2014-11-25 16:53 | malsasua | Steps to Reproduce Updated | View Revisions | 
| 2014-12-01 10:03 | malsasua | Relationship added | related to 0027954 | 
| 2014-12-01 11:08 | hgbot | Checkin | |
| 2014-12-01 11:08 | hgbot | Note Added: 0072178 | |
| 2014-12-01 11:15 | mtaal | Issue Monitored: mtaal | |
| 2014-12-09 16:31 | marvintm | Review Assigned To | => marvintm | 
| 2014-12-09 16:31 | marvintm | Status | resolved => closed | 
| 2014-12-09 16:31 | marvintm | Fixed in Version | => RR15Q1 | 
| 2015-01-21 23:56 | hgbot | Checkin | |
| 2015-01-21 23:56 | hgbot | Note Added: 0073706 | |
| 2015-01-21 23:57 | hgbot | Checkin | |
| 2015-01-21 23:57 | hgbot | Note Added: 0073707 | |
| Copyright © 2000 - 2009 MantisBT Group |