Page 1 of 1

Extending OrderView

Posted: Tue Feb 19, 2013 3:22 am
by soeyannaing
Hi,
I'm extending the OrderView in Broadleaf Admin Platform to display my Custom Attribute. My Additional Fields will be shown on ( FulfillmentGroup ) Tab from ( Order ) Menu.

The problem is how to show my Additional Fields in their Group (e.g "Description") that is from Entity's @AdminPresentation(... group = "FulfillmentGroupImpl_Description", ...). Picture is shown below:

broadleaf_admin.JPG
broadleaf_admin.JPG (36.43 KiB) Viewed 29267 times



Thanks.

Re: Extending OrderView

Posted: Fri Mar 08, 2013 1:23 pm
by jefffischer
I'm not sure if I have enough information to determine exactly what you're doing. Are you extending Broadleaf's FulfillmentGroupImpl entity, and in your entity extension, are you adding a new field with an AdminPresentation annotation? If so, your field should show up in the generated form in the proper location, as described by your AdminPresentation annotation.

Re: Extending OrderView

Posted: Mon Mar 11, 2013 11:58 pm
by soeyannaing
I'm not extending Broadleaf's FulfillmentGroupImpl entity. I only added from my extended Broadleaf's Admin View (MyTestingView.java).