Looking at http://drupalcode.org/viewvc/drupal/contributions/modules/amazon/include... the 'link to node' link option was removed due to some incompatibility with Views 3 (per #959766: Images not handled correctly in Amazon views (no data))
Is it possible to do a check for the view version and have this bit of functionality only for Views 2?
We are using this quite heavily on a site and the upgrade invalidated quite a lot of views. Solved the issue by adding the removed lines, but this isn't of much help in case of a consequent update.
If it is not possible to re-add it, is there a way around it?
Thanks
Comments
Comment #1
rfayShoot, I'm sorry that has caused you trouble.
If you want to provide a patch for D6 only that works around this I'd probably put it in. I removed it because that was the strong recommendation of dereine, the D7 views 3 maintainer. He said it would completely break the new group-by features in views 3.
Comment #2
zerolab commentedThank you for the quick reply!
Will check if this can be enabled for Views 2 in a couple of days as we're facing a rough deadline now.
It is a superb module, btw. Thank you very much for the time put in it.
Comment #2.0
zerolab commentedfix views 3 issue number
Comment #3
rfayYou could also probably just stay with 6.x-1.1 until you upgrade to views 3. I do apologize for breaking this. My assumption was that few people were using it. I was wrong at least in one case.
Comment #4
rfay