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

View Revisions: Issue #31669 All Revisions ] Back to Issue ]
Summary 0031669: Html is being injected to generate UI content instead of enyo objects
Revision 2015-12-09 13:25 by Orekaria
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">';
Revision 2015-12-09 13:23 by Orekaria
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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker