Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Sorry, I thought I posted a reply to the original report, but I must have typed it and not hit 'save' or something. Mea culpa.
The 'undefined index' warning is due to the current code trying to access an instance setting which is not guaranteed to be there. Will be fixed shortly. I assume that bulk creation still worked?
Comments
Comment #1
restyler commentedAlso, if I choose to create product display node, the product reference autocomplete textfield is empty.
http://pix.am/GEZe.png
(Though I've just created several product items and the field should be pre-populated).
The url is: http://website/node/add/product?bulk_product_ids=2
Comment #2
sven.lauer commentedSorry, I thought I posted a reply to the original report, but I must have typed it and not hit 'save' or something. Mea culpa.
The 'undefined index' warning is due to the current code trying to access an instance setting which is not guaranteed to be there. Will be fixed shortly. I assume that bulk creation still worked?
Comment #3
sven.lauer commented@restyler: Forgot to say: I appreciate your (nicely specific!) bug reports!
I opened a separate issue for #1, see #1218456: Product reference field does not get prepopulated anymore ... please try and keep one issue per issue ;)
Comment #4
restyler commentedRight, the bulk creation worked fine.
you're welcome :)
Comment #5
sven.lauer commentedhttp://drupalcode.org/project/commerce_bpc.git/commit/683903c
fixes this issue.
Comment #6
sven.lauer commented