How can I clone an Ember Data record, including relationships?

后端 未结 4 1182
我在风中等你
我在风中等你 2021-02-09 04:45

I\'ve figured out that I can clone an Ember Data record and copy its Attributes, but none of the belongsTo/hasMany relationships are cloned. Can I do t

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-09 05:24

    There's an addon called ember-cli-copyable that according to its description:

    Deeply copies your records including their relations. The mixin is smart enough to resolve not loaded relations and is configurable to what should be shallow/deeply copied or excluded entirely.

提交回复
热议问题