Active
Project:
Commerce Bulk Product Creation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 05:06 UTC
Updated:
15 Feb 2012 at 05:02 UTC
Some of the hook implementations (most notably hook_commerce_bpc_get_combinations()) are virtually identical between the list.module fields (in commerce_bpc.hooks_list.inc) and the taxonomy reference fields (in bpc_taxonomy.module). In addition, at least some of this overlap will likely be overlapping for many (though not all) kinds of combination-creating modules.
Reduce this duplication by having default implementations that can be called from the proper hook implementations, passing arguments for the few things that vary.
Comments
Comment #1
sven.lauer commentedCommerce bpc will use a "core like" release management, meaning that new features will go into the 2.x branch (but might be backported).
Comment #2
sven.lauer commented