Closed (fixed)
Project:
Commerce Product Reference View Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Sep 2011 at 22:03 UTC
Updated:
16 Feb 2015 at 07:07 UTC
Jump to comment: Most recent
Comments
Comment #1
chriscalip commentedComment #2
chriscalip commentedDid a partial look on the situation this module is dependent on the viewfield module; and on its hook_install it instantiate a field_instance of viewfield; the problem is when you enabled both this contrib module and viewfield at the same time.. the process bombs out.
In cases of both modules getting enabled; gotta figure out a way to delay the creation of the field before viewfield comes up and running.
Comment #3
chriscalip commentedDerek,
Thank you for testing; I believe I have this fixed with this commit:
http://drupalcode.org/project/product_reference_view.git/commit/d6be07f
I also tested on a clean Drupal 7.8, Viewfield Dev. works now.
Kind regards,
Chris Calip
Comment #4
chriscalip commentedhttp://drupalcode.org/project/product_reference_view.git/commit/df2bfed
added additional safety check to not create this modules reserved fields if those reserved fields already exist.
Comment #5
derekw commentedNo more errors here.
Comment #6
chriscalip commentedThanks for the feedback. Considered fixed.
Comment #8
danzVP06 commentedHi, I just used this module and I applied your patch. I'm still getting an error.