Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027427Retail ModulesWeb POSpublic2014-08-22 22:542014-09-15 11:58
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q4RR14Q4 
marvintm
No
0027427: Stabilization: OB.DAL should not be an enyo component
Business logic should not have interface elements
Verify that OB.Dal in ob-dal.js is an enyo object

Verify that there is no enyo reference to this name:

   kind: 'OB.Dal'
No tags attached.
blocks feature request 0027329 new Retail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
blocks design defect 0027426 closed Orekaria Stabilization: The Business layer should not contain Interface objects 
Issue History
2014-08-22 22:54OrekariaNew Issue
2014-08-22 22:54OrekariaAssigned To => Orekaria
2014-08-22 22:54OrekariaTriggers an Emergency Pack => No
2014-08-22 22:54OrekariaRelationship addedblocks 0027329
2014-08-22 22:54OrekariaRelationship addedblocks 0027426
2014-08-22 23:42OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6429#r6429
2014-08-22 23:58hgbotCheckin
2014-08-22 23:58hgbotNote Added: 0069625
2014-08-22 23:58hgbotStatusnew => resolved
2014-08-22 23:58hgbotResolutionopen => fixed
2014-08-22 23:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bc860561df6e257970559e4ee621ba80ac8097e1 [^]
2014-08-25 13:16OrekariaStatusresolved => new
2014-08-25 13:16OrekariaResolutionfixed => open
2014-08-25 13:16OrekariaStatusnew => scheduled
2014-08-25 13:16Orekariafix_in_branch => pi
2014-09-02 21:57OrekariaStatusscheduled => resolved
2014-09-02 21:57OrekariaFixed in Version => RR14Q4
2014-09-02 21:57OrekariaResolutionopen => fixed
2014-09-15 11:58marvintmReview Assigned To => marvintm
2014-09-15 11:58marvintmStatusresolved => closed

Notes
(0069625)
hgbot   
2014-08-22 23:58   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bc860561df6e257970559e4ee621ba80ac8097e1
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Aug 22 23:58:42 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bc860561df6e257970559e4ee621ba80ac8097e1 [^]

Fixes issue 27427: OB.Dal is no longer an enyo object
- These approach better because the Business Layer do not have to contain UI objects
- No deprecation is caused because it has never been used as an UI object, as there is no point to add it into the UI

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