entityreference_prepopulate_get_values_from_url() should decode the $_GET param before trying to explode on ","

rationale:
drupal_goto automatically encodes comma ( "," ), so it's impossible to properly send a user to a path that can be interpreted by entityreference_prepopulate_get_values_from_url()

Comments

aaronbauman created an issue. See original summary.

aaronbauman’s picture

Status: Active » Needs review
StatusFileSize
new598 bytes
aaronbauman’s picture

StatusFileSize
new608 bytes

Re-rolled against head.
I see there has been release activity, would be nice to get some eyes on this patch.

anybody’s picture

Status: Needs review » Needs work

Needs reroll against latest 7.x-1.x-dev! Sorry.