The term exports are not loading the individual term by UUID for creating the export data array. All selected terms are loaded for creating the export array, and the first is used for alteration. One of the effects of this is that files in file fields are not traced correctly: only the first file is ever exported.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zhangtaihao’s picture

zhangtaihao’s picture

Status: Active » Needs review
das-peter’s picture

Status: Needs review » Fixed
FileSize
1.01 KB

Thanks for reporting & the patch.
Slightly different approach committed.
Advantage is just one call to entity_uuid_load().

  • das-peter committed 2d41cc6 on 7.x-1.x
    Issue #2347305 by zhangtaihao: Fixed Incorrect term export detection.
    
zhangtaihao’s picture

I was going to do that but found individual loads elsewhere, so I mistook that for a coding style :)

Thanks for fixing this and the other issue!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.