Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031669
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Retail Modules] Web POSmajoralways2015-12-09 12:342015-12-09 13:25
ReporterOrekariaView Statuspublic 
Assigned Toebecerra 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031669: Html is being injected to generate UI content instead of enyo objects

DescriptionHtml is being injected to generate UI content instead of enyo objects

The problem is that we use enyo to avoid this
The problem is that this UI elements cannot be tested
Steps To ReproduceOpen these files:
 - org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalpayments.js
 - org.openbravo.retail.complementary/js/hookRenderOrderLine.js


Verify that html is directly injected to create UI content:

content: '<img class="paymentmethoditemsimage" src="' + (item.image ? item.image : 'img/PMImgNotAvailable.png') + '"/><div class="paymentmethoditemstext">' + item.name + '</div>',

buildComplementaryInfo: function (product) {
...
result += '<div id="complementaryProductItem" class="msg-complemetary-product-item">';
Proposed SolutionCreate enyo objects
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-12-09 12:34 Orekaria New Issue
2015-12-09 12:34 Orekaria Assigned To => Retail
2015-12-09 12:34 Orekaria Triggers an Emergency Pack => No
2015-12-09 13:25 Orekaria Steps to Reproduce Updated View Revisions
2015-12-09 13:25 Orekaria Assigned To Retail => ebecerra


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker