Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027429 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2014-08-23 01:47 | 2014-10-06 15:15 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR14Q4 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 6b62b63713e9 | |||
Projection | none | ETA | none | Target Version | RR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | Yes | |||||||
Summary | 0027429: Stabilization: Revisit the aync timeouts | |||||||
Description | Stabilization: Revisit the aync timeouts | |||||||
Steps To Reproduce | Verify that different timeouts are set for the async calls. e.g: in the ob-terminal-model.js file: var ajaxRequest = new enyo.Ajax({ url: this.get('loginUtilsUrl'), cacheBust: false, timeout: 5000, | |||||||
Proposed Solution | Try to group them Give them a proper initilization location | |||||||
Tags | No tags attached. | |||||||
Attached Files | 27429_Q2.3_posterminal.patch [^] (4,247 bytes) 2014-09-18 16:33 [Show Content]
27429_Q2.3_core.patch [^] (2,979 bytes) 2014-09-18 17:08 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||
|
Notes | |
(0069726) hgbot (developer) 2014-08-26 01:33 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 5440ae80cab9699ad7ef8c9e6301232ab2f7c041 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Tue Aug 26 01:20:41 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5440ae80cab9699ad7ef8c9e6301232ab2f7c041 [^] Issue 27429: The timeout to get the loginUtilsUrl was so small that it could cause issues in slow/unstable networks - Verify that if that timeout is set to 5/10/whatever the loading process fails, even if the server is online --- M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js --- |
(0070131) hgbot (developer) 2014-09-15 23:37 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: da6fd82667d50c4ea5e39af8f83542fb68e235d3 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Mon Sep 15 23:36:32 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/da6fd82667d50c4ea5e39af8f83542fb68e235d3 [^] Fixes issue 27429: Timeouts standarized --- M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js M web/org.openbravo.mobile.core/source/utils/logClientSyncUtils.js M web/org.openbravo.mobile.core/source/utils/ob-utilities.js --- |
(0070133) hgbot (developer) 2014-09-15 23:37 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 587f562ec8c8d156ea4635870f0b3aff3c98cbf4 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Mon Sep 15 23:34:19 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/587f562ec8c8d156ea4635870f0b3aff3c98cbf4 [^] Fixes issue 27429: Timeouts standarized --- M web/org.openbravo.retail.posterminal/js/datasource.js M web/org.openbravo.retail.posterminal/js/login/model/login-model.js --- |
(0070202) hgbot (developer) 2014-09-18 20:12 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: a5535c3700dac55f65e8952f94a2f442291168f9 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Sep 18 20:10:32 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a5535c3700dac55f65e8952f94a2f442291168f9 [^] Fixes issue 27429: Timeouts standarized --- M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js M web/org.openbravo.mobile.core/source/utils/ob-utilities.js --- |
(0070738) hgbot (developer) 2014-10-06 13:24 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 6b62b63713e922c05b9f16d52375828d6469184c Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Mon Oct 06 13:23:53 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b62b63713e922c05b9f16d52375828d6469184c [^] Fixes issue 27429: 'loginHandlerUrl' async call timeout to 5 seconds - the 'loginUtilsUrl' has been modified to 20 seconds --- M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2014-08-23 01:47 | Orekaria | New Issue | |
2014-08-23 01:47 | Orekaria | Assigned To | => Orekaria |
2014-08-23 01:47 | Orekaria | Triggers an Emergency Pack | => No |
2014-08-23 01:47 | Orekaria | Relationship added | blocks 0027329 |
2014-08-23 01:49 | Orekaria | Relationship added | depends on 0027430 |
2014-08-26 01:18 | Orekaria | Status | new => acknowledged |
2014-08-26 01:33 | hgbot | Checkin | |
2014-08-26 01:33 | hgbot | Note Added: 0069726 | |
2014-09-15 22:15 | Orekaria | File Added: 27429_Q2.3_core.diff | |
2014-09-15 22:15 | Orekaria | File Added: 27429_Q2.3_posterminal.diff | |
2014-09-15 22:15 | Orekaria | File Added: 27429_Q3.0_core.diff | |
2014-09-15 22:15 | Orekaria | File Added: 27429_Q3.0_posterminal.diff | |
2014-09-15 22:20 | Orekaria | Review Assigned To | => marvintm |
2014-09-15 22:20 | Orekaria | Triggers an Emergency Pack | No => Yes |
2014-09-15 22:22 | Orekaria | Relationship added | related to 0027228 |
2014-09-15 23:37 | hgbot | Checkin | |
2014-09-15 23:37 | hgbot | Note Added: 0070131 | |
2014-09-15 23:37 | hgbot | Status | acknowledged => resolved |
2014-09-15 23:37 | hgbot | Resolution | open => fixed |
2014-09-15 23:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/da6fd82667d50c4ea5e39af8f83542fb68e235d3 [^] |
2014-09-15 23:37 | hgbot | Checkin | |
2014-09-15 23:37 | hgbot | Note Added: 0070133 | |
2014-09-15 23:37 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/da6fd82667d50c4ea5e39af8f83542fb68e235d3 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/587f562ec8c8d156ea4635870f0b3aff3c98cbf4 [^] |
2014-09-15 23:47 | Orekaria | Status | resolved => new |
2014-09-15 23:47 | Orekaria | Resolution | fixed => open |
2014-09-15 23:47 | Orekaria | File Deleted: 27429_Q3.0_posterminal.diff | |
2014-09-15 23:48 | Orekaria | File Added: 27429_Q3.0_posterminal.diff | |
2014-09-15 23:48 | Orekaria | Status | new => scheduled |
2014-09-15 23:48 | Orekaria | fix_in_branch | => pi |
2014-09-15 23:48 | Orekaria | Status | scheduled => resolved |
2014-09-15 23:48 | Orekaria | Resolution | open => fixed |
2014-09-15 23:49 | Orekaria | Status | resolved => new |
2014-09-15 23:49 | Orekaria | Resolution | fixed => open |
2014-09-15 23:49 | Orekaria | Status | new => scheduled |
2014-09-15 23:49 | Orekaria | Status | scheduled => resolved |
2014-09-15 23:49 | Orekaria | Fixed in Version | => RR14Q4 |
2014-09-15 23:49 | Orekaria | Resolution | open => fixed |
2014-09-18 16:32 | Orekaria | Status | resolved => new |
2014-09-18 16:32 | Orekaria | Resolution | fixed => open |
2014-09-18 16:32 | Orekaria | Fixed in Version | RR14Q4 => |
2014-09-18 16:33 | Orekaria | File Deleted: 27429_Q2.3_core.diff | |
2014-09-18 16:33 | Orekaria | File Deleted: 27429_Q2.3_posterminal.diff | |
2014-09-18 16:33 | Orekaria | File Deleted: 27429_Q3.0_core.diff | |
2014-09-18 16:33 | Orekaria | File Deleted: 27429_Q3.0_posterminal.diff | |
2014-09-18 16:33 | Orekaria | File Added: 27429_Q2.3_core.patch | |
2014-09-18 16:33 | Orekaria | File Added: 27429_Q2.3_posterminal.patch | |
2014-09-18 16:43 | Orekaria | File Deleted: 27429_Q2.3_core.patch | |
2014-09-18 16:43 | Orekaria | File Added: 27429_Q2.3_core.patch | |
2014-09-18 17:03 | Orekaria | File Deleted: 27429_Q2.3_core.patch | |
2014-09-18 17:04 | Orekaria | File Added: 27429_Q2.3_core.patch | |
2014-09-18 17:08 | Orekaria | File Deleted: 27429_Q2.3_core.patch | |
2014-09-18 17:08 | Orekaria | File Added: 27429_Q2.3_core.patch | |
2014-09-18 20:12 | hgbot | Checkin | |
2014-09-18 20:12 | hgbot | Note Added: 0070202 | |
2014-09-18 20:12 | hgbot | Status | new => resolved |
2014-09-18 20:12 | hgbot | Resolution | open => fixed |
2014-09-18 20:12 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/587f562ec8c8d156ea4635870f0b3aff3c98cbf4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a5535c3700dac55f65e8952f94a2f442291168f9 [^] |
2014-09-24 19:40 | marvintm | Relationship added | has duplicate 0027396 |
2014-09-29 19:46 | marvintm | Status | resolved => closed |
2014-09-29 19:46 | marvintm | Fixed in Version | => RR14Q4 |
2014-10-06 13:19 | Orekaria | Status | closed => new |
2014-10-06 13:19 | Orekaria | Resolution | fixed => open |
2014-10-06 13:19 | Orekaria | Fixed in Version | RR14Q4 => |
2014-10-06 13:24 | hgbot | Checkin | |
2014-10-06 13:24 | hgbot | Note Added: 0070738 | |
2014-10-06 13:24 | hgbot | Status | new => resolved |
2014-10-06 13:24 | hgbot | Resolution | open => fixed |
2014-10-06 13:24 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a5535c3700dac55f65e8952f94a2f442291168f9 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b62b63713e922c05b9f16d52375828d6469184c [^] |
2014-10-06 15:15 | marvintm | Status | resolved => closed |
2014-10-06 15:15 | marvintm | Fixed in Version | => RR14Q4 |
Copyright © 2000 - 2009 MantisBT Group |