Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032568Retail ModulesWeb POSpublic2016-03-31 17:172016-03-31 17:25
Orekaria 
Retail 
normalminoralways
newopen 
5
 
 
No
0032568: Stabilization: Detect and fix enyo injections/changes
Stabilization: Detect and fix enyo injections/changes
Verify that there are code changes to the enyo external library, e.g:
  - the warning shown where there are duplicated enyo ids, has been added by us

Verify that there are some injections in the code, e.g:
- https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b66b4fc49de1a6e6568406db899cf5edd0bdafeb#l1.36 [^]
  Verify if this injection can change the original code pasted, by a call to the original code
     e.g:
          enyo.gesture.origDown = enyo.gesture.down;
          // start of Openbravo injected code
          ...
          // end of Openbravo injected code
          enyo.gesture.origDown(inEvent);

No tags attached.
related to feature request 0031689RR16Q1 closed Retail The terminal should auto-lock when no activity is detected 
Issue History
2016-03-31 17:17OrekariaNew Issue
2016-03-31 17:17OrekariaAssigned To => Retail
2016-03-31 17:17OrekariaTriggers an Emergency Pack => No
2016-03-31 17:18OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=11602#r11602
2016-03-31 17:18OrekariaRelationship addedrelated to 0031689
2016-03-31 17:25migueldejuanaNote Added: 0085371

Notes
(0085371)
migueldejuana   
2016-03-31 17:25   
We also could gather all injection/change in one file (enyo-extension.js) to have more control over this hacks.