Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037736Retail ModulesOffline Modepublic2018-01-26 08:032018-02-14 12:10
migueldejuana 
migueldejuana 
normalmajoralways
closedfixed 
5
 
RR18Q1RR18Q1 
marvintm
No
0037736: Setting timeouts for masterdata models is not working
If we set in Mobile Services the timeout for a service this value is not set in the web pos request.
1.- Open backend Mobile Services window
2.- Set Product service timeout and put 10
3.. Open web pos and put a breakpoint in servicePOST and serviceGET, after tmOut var is defined
4.- Login
5.- Stop the execution in the breakpoint when we reach the Product request execution and check tmOut
6.- ERROR! tmOut is not updated with the value set in backend
No tags attached.
blocks defect 0037733RR18Q2 closed migueldejuana Setting timeouts for masterdata models is not working 
Issue History
2018-01-26 11:21marvintmTypedefect => backport
2018-01-26 11:21marvintmTarget VersionRR18Q2 => RR18Q1
2018-01-29 12:00hgbotCheckin
2018-01-29 12:00hgbotNote Added: 0102011
2018-01-29 12:00hgbotStatusscheduled => resolved
2018-01-29 12:00hgbotResolutionopen => fixed
2018-01-29 12:00hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5c60d5cb7c6f615bbc69e7d232bdd226690ef3fe [^] => http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/3537f99046c334f04a64634fa04893d68180237c [^]
2018-02-14 12:10marvintmReview Assigned To => marvintm
2018-02-14 12:10marvintmStatusresolved => closed
2018-02-14 12:10marvintmFixed in Version => RR18Q1

Notes
(0102011)
hgbot   
2018-01-29 12:00   
Repository: retail/backports/3.0RR18Q1/org.openbravo.mobile.core
Changeset: 3537f99046c334f04a64634fa04893d68180237c
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Jan 29 11:59:42 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/3537f99046c334f04a64634fa04893d68180237c [^]

Fixed issue 0037736: Setting timeouts for masterdata models is not working

- Add in serviceGet assigning tmOut instead of tmOut
- Set masterdata load process to use values defined in the backend

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---