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()
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | entityreference_prepopulate-urldecode_GET_param-2735287-2.patch | 608 bytes | aaronbauman |
Comments
Comment #2
aaronbaumanComment #3
aaronbaumanRe-rolled against head.
I see there has been release activity, would be nice to get some eyes on this patch.
Comment #4
anybodyNeeds reroll against latest 7.x-1.x-dev! Sorry.