So I thought it was fixed with #1123020: Duplicate views relationship offering (and one doesn't work)

But apparently it's not.

In my view, I have an amazon product image field. If I don't select "A link to the product's Amazon page ", I get this error:

Notice: Undefined index: detailpageurl in views_handler->get_value() (line 275 of /path/to/drupal/sites/all/modules/views/includes/handlers.inc).

Which is the same error I was getting in the previously mentioned issue.

It's probably not specific to the Product Image field.

Comments

shawn dearmond’s picture

Status: Active » Needs review
StatusFileSize
new773 bytes

Here's a patch. This fixes it for me.

shawn dearmond’s picture

StatusFileSize
new795 bytes

Here's another option.

rfay’s picture

Status: Needs review » Fixed

Committed: c53acdd36897b31bc0ffdf303c1e3b0af84820d4

Thanks!

shawn dearmond’s picture

Status: Fixed » Needs review
StatusFileSize
new1.46 KB

Okay, here's a re-rolled patch off of current dev. This is a much better way to do this.

shawn dearmond’s picture

StatusFileSize
new1.48 KB

And even better than that...

rfay’s picture

Status: Needs review » Fixed

Committed #5: a4be2b584d5878927861d1ca280fb0ce602e3c8f

Thanks!

Status: Fixed » Closed (fixed)

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