Need to add 'format_handlers' to $sort_blacklist array.

I ran into a situation with a combination of addressfield, commerce_addressbook, and a checkbox provided by commerce_shipping. If their custom order wasn't maintained in the features field export, a validation error would occur when using the "use billing address" checkbox.

Comments

nadavoid’s picture

Status: Active » Needs review
StatusFileSize
new595 bytes

Patch attached for review.

hefox’s picture

array(
'item_1',
'item_2',
);

how about that syntax so next item that needs to be popped in can do it easily

nadavoid’s picture

StatusFileSize
new612 bytes

@hefox You got it. I kinda wondered about that, but opted for the minimal-change route at first. Thank you for the suggestion.

mpotter’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Patch (to be ported)

Looks good. Committed and pushed to 005d00e.

  • mpotter committed 005d00e on 8.x-3.x
    Issue #1532422 by nadavoid: Fixed If the custom sort order of '...