Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029476Retail ModulesWeb POSpublic2015-03-31 15:512019-02-15 09:13
aaroncalero 
aaroncalero 
normalminorhave not tried
closedno change required 
5
pi 
 
No
0029476: The Synchronization Helper causes the total button to enable/disable for every find operation
The Synchronization Helper is controlling the OB.Dal.find operation with the busyuntilFinishes/finished function pair, causing the Total amount button to be disabled and enabled for every find operation performed in the application.
Create a ticket.
Verify that the button is disabled.
Add a product.
Verify that the button has been enabled.
Using the product browser, switch categories and verify that the button is disabled while the new category loads its products
Remove the OB.UTIL.SynchronizationHelper.busyUntilFinishes('find ' + model.prototype.modelName); and OB.UTIL.SynchronizationHelper.finished(synchId, 'find'); calls from the ob-dal.js file.
No tags attached.
blocks defect 0029396RR15Q3 closed Retail Stabilization: RR15Q3 related 
Issue History
2015-03-31 15:51aaroncaleroNew Issue
2015-03-31 15:51aaroncaleroAssigned To => aaroncalero
2015-03-31 15:51aaroncaleroTriggers an Emergency Pack => No
2015-03-31 15:57hgbotCheckin
2015-03-31 15:57hgbotNote Added: 0076174
2015-03-31 15:57hgbotStatusnew => resolved
2015-03-31 15:57hgbotResolutionopen => fixed
2015-03-31 15:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cc06f18306735decbfc38f378bf7d7d6dbf76371 [^]
2015-03-31 18:33OrekariaRelationship addedblocks 0029396
2015-04-01 08:46hgbotCheckin
2015-04-01 08:46hgbotNote Added: 0076277
2015-04-01 08:46aaroncaleroStatusresolved => new
2015-04-01 08:46aaroncaleroResolutionfixed => open
2015-05-25 09:50aaroncaleroFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cc06f18306735decbfc38f378bf7d7d6dbf76371 [^] =>
2015-05-25 09:50aaroncaleroTarget VersionRR15Q3 =>
2019-02-15 09:13aaroncaleroNote Added: 0109850
2019-02-15 09:13aaroncaleroStatusnew => closed
2019-02-15 09:13aaroncaleroResolutionopen => no change required

Notes
(0076174)
hgbot   
2015-03-31 15:57   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: cc06f18306735decbfc38f378bf7d7d6dbf76371
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Tue Mar 31 15:56:23 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cc06f18306735decbfc38f378bf7d7d6dbf76371 [^]

Fixed issue 29476: The Synchronization Helper causes the total button to be disabled/enabled for every find operation

Removed the calls to the Synchronization Helper from the OB.Dal.find function.

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0076277)
hgbot   
2015-04-01 08:46   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e4dec3209e87158bf273ce4e38ca12afe3b3bcb1
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Wed Apr 01 08:43:16 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e4dec3209e87158bf273ce4e38ca12afe3b3bcb1 [^]

Related to issue 29476: Back out changeset cc06f1830673 as the login button can become unusable

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0109850)
aaroncalero   
2019-02-15 09:13   
With the introduction of the ProcessController this is no longer an issue