Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028278
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorsometimes2014-11-25 14:082015-01-21 23:57
ReportermalsasuaView Statuspublic 
Assigned Tomarvintm 
PriorityimmediateResolutionfixedFixed in VersionRR15Q1
StatusclosedFix in branchFixed in SCM revisiona2f8315bc9d8
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression levelProduction - Confirmed Stable
Regression date2014-02-24
Regression introduced in releaseRR14Q2
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2a17e08ad3353fe0822c0f012f43d42999b64eb0 [^]
Triggers an Emergency PackNo
Summary

0028278: variable isLoggingIn never is set to false, then, during the login, some messages are not displayed and they should be displayed

DescriptionSometimes, 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 Reproducein 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
TagsNo tags attached.
Attached Filespng file icon error.png [^] (123,225 bytes) 2014-11-25 16:41

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0027954 closedmario_castello [RR14Q4]Approval required while deleting receipts during logout, wrong behavior when i enter invalid password 

-  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 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
Powered by Mantis Bugtracker