Page 1 of 1

Customize admin UI, excluded field and tabs

Posted: Tue Aug 25, 2015 9:05 am
by marcJEE
Hi,

Thanks for awesome soft :)

I have a problem with customizing Orders in admin. I want to do, two things.

1. Exclude customer from order

Code: Select all

@AdminPresentationMergeOverrides({
        @AdminPresentationMergeOverride(name = "customer", mergeEntries = {
                @AdminPresentationMergeEntry(propertyType = PropertyType.AdminPresentation.EXCLUDED, booleanOverrideValue = true)})

the above code does nothing. I can exclude "name" field or other fields, change "customer" order etc. but i can't change customer visibility.

2. Is any way to exclude whole tabs from order, for example Payments?

Re: Customize admin UI, excluded field and tabs

Posted: Tue Sep 15, 2015 8:11 am
by phillipuniverse
1. Exclude customer from order


Hm that should work. Maybe try each individual property on Customer?

2. Is any way to exclude whole tabs from order, for example Payments?


Unfortunately not, you would have to exclude each field in the tab to make it hide.