I have an entityqueue with subqueues. The entityqueue entity has an image field added to it. When adding an image and saving the subqueue, the machine_name value is emptied due to incomplete $form_state['values']. This patch augments $form_state['values'] with the values from $subqueue.

CommentFileSizeAuthor
entityqueue-preserve-values.patch814 bytesaether
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aether created an issue. See original summary.

lalit774’s picture

Got same issue. it not only for image. i have image field and check box field. if i update any of them. Subqueue machine name gets deleted.

Patch works for me.

  • amateescu committed 6008ee8 on 7.x-1.x authored by aether
    Issue #2640098 by aether, lalit774: Subqueue machine name gets deleted
    
amateescu’s picture

Status: Needs review » Fixed

Thanks @aether for the patch and @lalit774 for testing it, the patch makes sense so I committed it to 7.x-1.x.

Status: Fixed » Closed (fixed)

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