Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Developer experience
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 04:20 UTC
Updated:
18 Feb 2011 at 21:50 UTC
The task is simple enough: prefix all of our custom fields with commerce_ to avoid any possible collisions with other modules creating similarly named fields. This is quite a long shot, but seeing as how the Field module prefixes all of theirs with field_, we may as well do the same.
Comments
Comment #1
rszrama commentedFirst pass here... putting it through some rigorous testing now.
https://github.com/rszrama/drupalcommerce/commit/abf040c551b319493e6d916...
Comment #2
rszrama commentedAdded a couple of follow-up commits for missed field names. I'd appreciate additional review. : )
Comment #3
pcambraI think there is one missing in commerce_line_item.rules.inc in function commerce_line_item_unit_price_currency_convert
Should be
Comment #4
rszrama commentedYou're right... very sneaky that one, hiding off the edge of my screen. : P
Fixed that and leaving this open for further review.
Comment #5
rszrama commentedI'm not seeing any follow-up errors here, so I'm assuming we got everything.