1) Create entity type bean (module bean) for example with name coupon, then /block/add/coupon - create coupon with different title and label
2) /admin/structure/entityqueue - Coupon basics row - Edit items link (see attached label-title-1.png)
3) Enter label of created coupon into the field
4) Drop down contains title of created coupon

This problem occurs because the search is on the field label (see attached label-title-2.png) then we get the id Bean, but title return by id (see attached label-title-3.png).
I found a similar issue on drupal.org https://www.drupal.org/node/1911262
On this issue, fix has been made in the module bean 7.x-1.9 but in version module bean 7.x-1.10 this fix has been canceled.
I suggest two patches: bean-entityqueue-label-field-not-title.patch (see attached) in module bean, entityqueue-bean-label-field-not-title.patch (see attached) in module entityqueue

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

O-khainouski created an issue. See original summary.

O-khainouski’s picture

O-khainouski’s picture

O-khainouski’s picture

FileSize
18.82 KB
DamienMcKenna’s picture

Status: Patch (to be ported) » Needs review
Issue tags: -entityreference, -bean

Thanks for working on this!

FYI when you upload a patch you should change the status to "needs review" rather than "patch (to be ported)" - the former triggers the testbots to review the code, the latter is only for when a patch was committed to one branch and needs to be ported to another.

The last submitted patch, 4: entityqueue-bean-label-field-not-title.patch, failed testing.

The last submitted patch, 4: bean-entityqueue-label-field-not-title.patch, failed testing.