Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037733Retail ModulesOffline Modepublic2018-01-26 08:032018-01-26 11:27
migueldejuana 
migueldejuana 
normalmajoralways
closedfixed 
5
 
RR18Q2RR18Q2 
marvintm
No
0037733: 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.
related to feature request 0037361 closed migueldejuana All WebPOS timeouts should be configurable by preferences 
depends on backport 0037736RR18Q1 closed migueldejuana Setting timeouts for masterdata models is not working 
Issue History
2018-01-26 08:03migueldejuanaNew Issue
2018-01-26 08:03migueldejuanaAssigned To => migueldejuana
2018-01-26 08:03migueldejuanaTriggers an Emergency Pack => No
2018-01-26 08:04migueldejuanaRelationship addedrelated to 0037361
2018-01-26 08:14hgbotCheckin
2018-01-26 08:14hgbotNote Added: 0101983
2018-01-26 08:14hgbotStatusnew => resolved
2018-01-26 08:14hgbotResolutionopen => fixed
2018-01-26 08:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5c60d5cb7c6f615bbc69e7d232bdd226690ef3fe [^]
2018-01-26 11:21marvintmStatusresolved => new
2018-01-26 11:21marvintmResolutionfixed => open
2018-01-26 11:21marvintmStatusnew => scheduled
2018-01-26 11:21marvintmStatusscheduled => resolved
2018-01-26 11:21marvintmFixed in Version => RR18Q2
2018-01-26 11:21marvintmResolutionopen => fixed
2018-01-26 11:27marvintmReview Assigned To => marvintm
2018-01-26 11:27marvintmStatusresolved => closed

Notes
(0101983)
hgbot   
2018-01-26 08:14   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5c60d5cb7c6f615bbc69e7d232bdd226690ef3fe
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Jan 26 08:14:44 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5c60d5cb7c6f615bbc69e7d232bdd226690ef3fe [^]

Fixed issue 0037733: 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
---