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

View Revisions: Issue #27830 All Revisions ] Back to Issue ]
Summary 0027830: It is not possible to extend the AddPaymentOrderInvoicesTransformer class
Revision 2014-10-10 12:26 by caristu
Description In add payment button, Order Invoices grid the table is an hql query table. It's modularity is provided by a java class called AddPaymentOrderInvoicesTransformer.

Currently is not possible to extend the behavior for this class because almost all of it's methods are private, which makes them uninheritable. This methods should be protected to allow the class override.

Attached is the patch.
Revision 2014-10-10 12:18 by caristu
Description In add payment button, Order Invoices grid the table is an hql query table. It's modularity is provided by a java class called AddPaymentOrderInvoicesTransformer.

Currently is not possible to extend the behavior for this class because almost all of it's methods are private, which makes them uninheritable. This methods should be protected to allow the class override.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker