I have configured the product with term reference field. I found one issue in it.

For example, I have created one product with terms "Science" and "Maths" using rest api with product create resource. Later when I try to update my product with only one term "Education". It is updated as "Education" and "Maths" instead of only "Education".

It is just updating the first key value. I will upload patch for this issue soon.

CommentFileSizeAuthor
#1 multiple-term-id-upate-2487267-0.patch824 bytesganesan g
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ganesan g’s picture

Status: Active » Needs review
FileSize
824 bytes

Here is the patch to rewrite term reference field values with new terms.