Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0031669 | Retail Modules | Web POS | public | 2015-12-09 12:34 | 2015-12-09 13:25 |
Reporter | Orekaria | ||||
Assigned To | ebecerra | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0031669: Html is being injected to generate UI content instead of enyo objects | ||||
Description | Html 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 Reproduce | Open 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 Solution | Create enyo objects | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 | bug_revision_view_page.php?rev_id=10414#r10414 | ||
2015-12-09 13:25 | Orekaria | Assigned To | Retail => ebecerra |
There are no notes attached to this issue. |