eav-manager icon indicating copy to clipboard operation
eav-manager copied to clipboard

JS issue in admin with nested embedded

Open shavounet opened this issue 6 years ago • 0 comments

Test case

  • lastest version of the CDM
  • use this kind of model setup (embedded attribute with multi values containing another embedded attribute) :
        OrderFulfillment:
            attributes:
                items:
                    type: embed_multi_family
                    multiple: true
                    options:
                        allowed_families:
                            - OrderFulfillmentItem

        OrderFulfillmentItem:
            attributes:
                orderItem:
                    type: embed_multi_family
                    options:
                        allowed_families:
                            - OrderItem

Result

  • the second data inside "items" takes the place of the first (database is ok) capture d ecran 2018-04-11 a 11 52 03-fullpage

shavounet avatar Apr 11 '18 10:04 shavounet