Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027783Retail ModulesMobile Procurementpublic2014-10-07 12:492014-10-31 04:47
caristu 
migueldejuana 
highminoralways
closedfixed 
5
 
 
szapata
No
0027783: Is not possible to logout under some circumnstances
Is not possible to logout under some circumnstances
1) In a procurement terminal, go to the [BROWSE] section and add a product to a new purchase order
2) Without removing the current order, try to log-out from this screen. Notice that is not possible. The following javascript error appears in the console: "Uncaught TypeError: Cannot read property 'requestApproval' of undefined"
3) Delete the order. Now it is possible to logout
No tags attached.
related to feature request 0027002 closed ebecerra Extend Approval dialog to allow show custom message on approval dialog. 
causes defect 0028267RR15Q1 closed mtaal Mobile core depends on retail for 5 labels 
Issue History
2014-10-07 12:49caristuNew Issue
2014-10-07 12:49caristuAssigned To => guilleaer
2014-10-07 12:49caristuResolution time => 1419030000
2014-10-07 12:49caristuIssue Monitored: networkb
2014-10-13 16:50jonalegriaesarteResolution time1419030000 => 1412892000
2014-10-17 09:46hgbotCheckin
2014-10-17 09:46hgbotNote Added: 0071012
2014-10-17 09:46hgbotStatusnew => resolved
2014-10-17 09:46hgbotResolutionopen => fixed
2014-10-17 09:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6be866273c7ed6b391475c17f64816b3473ae408 [^]
2014-10-17 09:47hgbotCheckin
2014-10-17 09:47hgbotNote Added: 0071013
2014-10-17 09:47hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6be866273c7ed6b391475c17f64816b3473ae408 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70480990f519bdb6cbafc87e13e4bb4c87de27ea [^]
2014-10-17 09:55hgbotCheckin
2014-10-17 09:55hgbotNote Added: 0071014
2014-10-20 16:38migueldejuanaAssigned Toguilleaer => migueldejuana
2014-10-20 16:38migueldejuanaStatusresolved => new
2014-10-20 16:38migueldejuanaResolutionfixed => open
2014-10-20 16:38migueldejuanaStatusnew => scheduled
2014-10-20 16:38migueldejuanafix_in_branch => pi
2014-10-20 16:38migueldejuanaStatusscheduled => resolved
2014-10-20 16:38migueldejuanaResolutionopen => fixed
2014-10-31 04:47szapataReview Assigned To => szapata
2014-10-31 04:47szapataStatusresolved => closed
2014-11-25 07:57mtaalRelationship addedrelated to 0027002
2014-11-25 08:10mtaalRelationship addedcauses 0028267

Notes
(0071012)
hgbot   
2014-10-17 09:46   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6be866273c7ed6b391475c17f64816b3473ae408
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Oct 17 09:44:18 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6be866273c7ed6b391475c17f64816b3473ae408 [^]

Fixed issue 0027783: Is not possible to logout under some circumnstances

We move approval logic from posterminal to mobile.core in order to be able to use it from mobile.core and from any module which depends on mobile.core

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
A web/org.openbravo.mobile.core/source/component/obpos-approval.js
---
(0071013)
hgbot   
2014-10-17 09:47   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 70480990f519bdb6cbafc87e13e4bb4c87de27ea
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Oct 17 09:47:01 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70480990f519bdb6cbafc87e13e4bb4c87de27ea [^]

Fixed issue 0027783: Is not possible to logout under some circumnstances

We move approval logic from posterminal to mobile.core in order to be able to use it from mobile.core and from any module which depends on mobile.core

---
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
R web/org.openbravo.retail.posterminal/js/components/obpos-approval.js
---
(0071014)
hgbot   
2014-10-17 09:55   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c90303dc36058d8aa68022a7c7d10b15cdfd2798
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Oct 17 09:54:54 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c90303dc36058d8aa68022a7c7d10b15cdfd2798 [^]

Related to issue 0027783: Fix copyright

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web/org.openbravo.mobile.core/source/component/obpos-approval.js
---